Add auth and theme switcher

This commit is contained in:
2025-07-04 18:53:15 +02:00
parent f3c92cdab6
commit a12a8e4e1b
13 changed files with 858 additions and 33 deletions

View File

@ -1,7 +1,14 @@
import { Button } from "@/components/ui/button";
export default function HomePage() {
return (
<div>
ADMIN HOME
<div>
<Button className="bg-primary text-primary-foreground">
Themed Button
</Button>
</div>
</div>
);
}