8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
|
import '../styles/global.css'
|
||
|
import '../styles/webflow-layout.css'
|
||
|
|
||
|
|
||
|
export default function App({ Component, pageProps }) {
|
||
|
return <Component {...pageProps} />
|
||
|
}
|