2020-11-28 15:45:01 +00:00
|
|
|
import '../styles/global.css'
|
2022-03-17 07:35:32 +00:00
|
|
|
import '../styles/style.css'
|
2022-04-19 06:17:47 +00:00
|
|
|
import "../styles/prism.css"
|
2020-11-28 15:45:01 +00:00
|
|
|
|
|
|
|
export default function App({ Component, pageProps }) {
|
2020-11-30 11:29:34 +00:00
|
|
|
|
|
|
|
return <Component { ...pageProps} />
|
2020-11-28 15:45:01 +00:00
|
|
|
}
|