diff --git a/apps/portal/app/routes/_index.tsx b/apps/portal/app/routes/_index.tsx index 4135bcb1b..7426db5ec 100644 --- a/apps/portal/app/routes/_index.tsx +++ b/apps/portal/app/routes/_index.tsx @@ -1,13 +1,13 @@ import dashboard_background from '@cuhacking/portal/assets/backgrounds/dashboard-bg-1.webp' -import { Index as Home } from '@cuhacking/portal/pages/index/index' +import { Home } from '@cuhacking/portal/pages/index/index' export default function Signin() { return ( -