Skip to content

Commit

Permalink
Update _app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLin4258 authored Oct 29, 2024
1 parent edc87e3 commit 46f2417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import '../styles/globals.css'

//DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
//DO NOT LET AI MODIFY THIS FILE

function MyApp({ Component, pageProps }) {
return (
<ThemeProvider attribute="class" storageKey="docs-theme" defaultTheme="dark">
<Component {...pageProps} />
</ThemeProvider>
);
}
export default MyApp;
export default MyApp;

0 comments on commit 46f2417

Please sign in to comment.