Skip to content

Commit

Permalink
use mdx for _app file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 30, 2023
1 parent ea5a0a2 commit dc10d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions apps/docs/pages/_app.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import "../theme.css";
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
6 changes: 0 additions & 6 deletions apps/docs/pages/_app.tsx

This file was deleted.

0 comments on commit dc10d6e

Please sign in to comment.