diff --git a/app/(main)/(routes)/page.tsx b/app/(main)/(routes)/page.tsx
deleted file mode 100644
index 937a04c..0000000
--- a/app/(main)/(routes)/page.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import { ModeToggle } from "@/components/mode-toggle";
-import { UserButton } from "@clerk/nextjs";
-
-export default function Home() {
- return (
-
-
-
-
- )
-}
diff --git a/app/(main)/favicon.ico b/app/favicon.ico
similarity index 100%
rename from app/(main)/favicon.ico
rename to app/favicon.ico
diff --git a/app/(main)/globals.css b/app/globals.css
similarity index 100%
rename from app/(main)/globals.css
rename to app/globals.css
diff --git a/app/(main)/layout.tsx b/app/layout.tsx
similarity index 100%
rename from app/(main)/layout.tsx
rename to app/layout.tsx