feat: improved launch settings
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { Box, Typography } from '@mui/material';
|
||||
import useConfig from '../hooks/useConfig';
|
||||
import useAuth from '../hooks/useAuth';
|
||||
import AuthForm from '../components/Login/AuthForm';
|
||||
import MemorySlider from '../components/Login/MemorySlider';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import PopaPopa from '../components/popa-popa';
|
||||
import useConfig from '../hooks/useConfig';
|
||||
|
||||
const Login = () => {
|
||||
const navigate = useNavigate();
|
||||
|
Reference in New Issue
Block a user