fix: lumelogobg

This commit is contained in:
Juan Di Toro 2023-10-08 17:46:24 +02:00
parent 14c7f5401b
commit ef85d921a6
2 changed files with 29 additions and 2 deletions

View File

@ -1,12 +1,11 @@
import React from 'react';
import LumeLogoBg from '../../../assets/lume-logo-bg.svg?react';
import { Button } from '../../../components/ui/button';
import { SwitchableComponent, SwitchableComponentProvider, useSwitchableComponent } from '../../../components/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';
const LumeIdentity: React.FC = () => {
const { visibleComponent, setVisibleComponent } = useSwitchableComponent(ComponentList.SubmitButton)

File diff suppressed because one or more lines are too long