import {useStore} from "../store/store.ts"; import * as Dialog from '@radix-ui/react-dialog'; import ReactComponent from './brand.svg?react'; export const LoadingScreen = ()=>{ const showLoading = useStore(state => state.showLoading) return
}