diff --git a/src/App.tsx b/src/App.tsx
index 8b9f393..3f404b5 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,10 +1,13 @@
+import { baseUrl } from "./api";
import "./App.css";
import Rankings from "./Rankings";
function App() {
return (
<>
-
+
+
+