mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-05-20 16:23:03 +00:00
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
import { DocsGPTWidget } from "docsgpt";
|
|
|
|
export default function MyApp({ Component, pageProps }) {
|
|
return (
|
|
<>
|
|
<Component {...pageProps} />
|
|
<DocsGPTWidget apiKey="d61a020c-ac8f-4f23-bb98-458e4da3c240" />
|
|
</>
|
|
)
|
|
} |