Skip to content

Commit

Permalink
switch to app.tsx for better styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Chowdhuri committed Aug 15, 2023
1 parent 2ce8b54 commit a9ccfd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/pages/_app.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions docs/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import "../styles/global.css";

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

0 comments on commit a9ccfd2

Please sign in to comment.