diff --git a/artifacts/toolrate/index.html b/artifacts/toolrate/index.html index 9970469..bccb9d9 100644 --- a/artifacts/toolrate/index.html +++ b/artifacts/toolrate/index.html @@ -16,6 +16,18 @@ +
diff --git a/artifacts/toolrate/src/components/layout.tsx b/artifacts/toolrate/src/components/layout.tsx index dfbdd83..80db35f 100644 --- a/artifacts/toolrate/src/components/layout.tsx +++ b/artifacts/toolrate/src/components/layout.tsx @@ -3,6 +3,7 @@ import { LayoutDashboard, Wrench, PlusCircle, BarChart3, LogIn, LogOut, User, Sh import { useAuth } from "@/hooks/use-auth"; import { Button } from "@/components/ui/button"; import { Skeleton } from "@/components/ui/skeleton"; +import { ThemeToggle } from "@/components/theme-toggle"; export function Layout({ children }: { children: React.ReactNode }) { const [location] = useLocation(); @@ -43,7 +44,10 @@ export function Layout({ children }: { children: React.ReactNode }) { })} -