Untitled

Anonymous
plain_text
04/15/2024 2:17 PM
264 B
10
Indexable
import Index from './routes';
import { ToastContainer } from 'react-toastify';

function App() {
  return (
    <>
    <Index/>
    <ToastContainer/>
    </>
  );
}

export default App;
Editor is loading...
Leave a Comment