mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
import 'nextra-theme-docs/style.css'
|
|
|
|
export default function Nextra({ Component, pageProps }) {
|
|
return (
|
|
<>
|
|
<Component {...pageProps} />
|
|
</>
|
|
)
|
|
}
|