Skip to content

Commit

Permalink
Update _app.jsx
Browse files Browse the repository at this point in the history
Update for workaround of missing css
  • Loading branch information
DieselTech committed Nov 18, 2024
1 parent f87bc1f commit 2dce20e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/_app.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import '../globals.css'

export default function MyApp({ Component, pageProps }) {
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
}

export default MyApp

0 comments on commit 2dce20e

Please sign in to comment.