// Pfad: pages/_app.js import { RecoilRoot } from 'recoil'; import "../styles/global.css"; function MyApp({ Component, pageProps }) { return ( ); } export default MyApp;