removed main and moved layout back to app

This commit is contained in:
Bob Burningham 2023-10-07 23:16:49 -07:00
parent c7a7740c7a
commit a252c3769b
4 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
import { ModeToggle } from "@/components/mode-toggle";
import { UserButton } from "@clerk/nextjs";
export default function Home() {
return (
<div>
<UserButton
afterSignOutUrl="/"
/>
<ModeToggle/>
</div>
)
}

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB