diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index eaec8f73..d927f68e 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -1,4 +1,5 @@ -import { Link, useLocation } from "react-router-dom"; +import { useState } from "react"; +import { Link, useLocation, useNavigate } from "react-router-dom"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; import SupabaseStatus from "./SupabaseStatus"; @@ -29,6 +30,7 @@ import { Sparkles, UserCircle, Menu, + X, } from "lucide-react"; interface LayoutProps {