diff --git a/apps/web/src/app/main/dailyPage/page.tsx b/apps/web/src/app/main/daily/page.tsx similarity index 100% rename from apps/web/src/app/main/dailyPage/page.tsx rename to apps/web/src/app/main/daily/page.tsx diff --git a/apps/web/src/app/main/home/page.tsx b/apps/web/src/app/main/home/page.tsx index 729e69d..d6c0312 100755 --- a/apps/web/src/app/main/home/page.tsx +++ b/apps/web/src/app/main/home/page.tsx @@ -1,9 +1,9 @@ import React from "react" -export default function HomePage() { +export default function Dashboard() { return (