diff --git a/src/components/lume/LumeIdentity/LumeIdentity.tsx b/src/components/lume/LumeIdentity/LumeIdentity.tsx index ee6ba46..4fbd2c7 100644 --- a/src/components/lume/LumeIdentity/LumeIdentity.tsx +++ b/src/components/lume/LumeIdentity/LumeIdentity.tsx @@ -5,7 +5,6 @@ import { useSwitchableComponent, } from "../../SwitchableComponent"; import * as ComponentList from "./components"; -import { LumeIdentityContext, Session } from "./LumeIdentityContext"; import { LazyMotion, domAnimation } from "framer-motion"; import * as Dialog from "@radix-ui/react-dialog"; import LumeLogoBg from "./LumeLogoBg"; @@ -109,24 +108,21 @@ const LumeIdentity: FC = () => { // hitting my screen, it is almost impossible to see whats happening the outline // buttons have no contrast export default function Wrapped() { - const [session, setSession] = useState(); return ( - - - - - - - - - - - - - - - + + + + + + + + + + + + + ); }