import React from "react"; import Routes from "./routes"; import "react-toastify/dist/ReactToastify.css"; import GlobalStyled from "./style/GlobalStyle"; const App = () => { return ( <> > ); }; export default App;