Trudy's picture
Initial commit with proper LFS tracking
5f07a23
raw
history blame contribute delete
130 Bytes
import "../styles/globals.css";
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />;
}