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