import "./App.scss"; import { Provider } from "react-redux"; import { ToastContainer } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; import store from "./redux/store"; import Router from "./router"; function App({theme}) { return ( ); } export default App;