mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 07:18:09 +00:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import 'nextra-theme-docs/style.css'
|
|
|
|
export default function Nextra({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|