different imports

pull/333/head
Alex 8 months ago
parent dd9ab46b5c
commit 40b2590815

@ -0,0 +1,11 @@
import { DocsGPTWidget } from "docsgpt";
import "docsgpt/dist/style.css";
export default function MyApp({ Component, pageProps }) {
return (
<>
<Component {...pageProps} />
<DocsGPTWidget />
</>
)
}

@ -1,7 +1,5 @@
import Image from 'next/image'
import { Analytics } from '@vercel/analytics/react';
import { DocsGPTWidget } from "docsgpt";
import "docsgpt/dist/style.css";
const github = 'https://github.com/arc53/DocsGPT';

Loading…
Cancel
Save