mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
different imports
This commit is contained in:
11
docs/pages/_app.js
Normal file
11
docs/pages/_app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { DocsGPTWidget } from "docsgpt";
|
||||
import "docsgpt/dist/style.css";
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<>
|
||||
<Component {...pageProps} />
|
||||
<DocsGPTWidget />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user