@@ -97,4 +99,4 @@ export default function TopPerformers() {
);
-}
+}
\ No newline at end of file
diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx
index d6e4b5c..b695799 100644
--- a/app/routes/_index.tsx
+++ b/app/routes/_index.tsx
@@ -1,10 +1,12 @@
import type { MetaFunction } from "@remix-run/node";
import TestComponent from '../components/StudentDashboard-no-content'; // Fix typo here
+import TimeLine from '~/components/Timeline';
export default function Index() {
return (