Add auth and theme switcher
This commit is contained in:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user