UNPKG

dashboardlyi

Version:
6 lines (4 loc) 127 B
import '@/styles/globals.css' export default function App({ Component, pageProps }) { return <Component {...pageProps} /> }