anzorq's picture
~working mvp
f817b5c
raw
history blame contribute delete
No virus
127 Bytes
import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}