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