Untitled
unknown
plain_text
2 years ago
197 B
2
Indexable
import Index from './routes';
import { ToastContainer } from 'react-toastify';
function App() {
return (
<>
<Index/>
<ToastContainer/>
</>
);
}
export default App;Editor is loading...
Leave a Comment