From 71501cda6406933a43c4a3a7abaf2592e6efe8d6 Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 25 Jan 2025 17:19:41 +0100 Subject: [PATCH] collect both apps in `Rankings.tsx` --- src/App.tsx | 2 +- src/{Chemistry.tsx => Rankings.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{Chemistry.tsx => Rankings.tsx} (100%) diff --git a/src/App.tsx b/src/App.tsx index a056599..c35837d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import "./App.css"; -import { Chemistry, MVP } from "./Chemistry"; +import { Chemistry, MVP } from "./Rankings"; function App() { return ( diff --git a/src/Chemistry.tsx b/src/Rankings.tsx similarity index 100% rename from src/Chemistry.tsx rename to src/Rankings.tsx