fix: build errors in docs (#204)

This commit is contained in:
Aaryan Khandelwal 2023-01-29 12:26:36 +05:30 committed by GitHub
parent 2cb708c63b
commit 143ba75604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 153 additions and 145 deletions

View file

@ -18,7 +18,7 @@ Router.events.on('routeChangeComplete', onRouteChange)
Router.events.on('routeChangeError', onRouteChange)
export default function App({ Component, pageProps }) {
let router = useRouter()
const router = useRouter()
return (
<>
@ -39,7 +39,7 @@ export default function App({ Component, pageProps }) {
defer
data-domain="docs.plane.so"
src="https://plausible.io/js/script.js"
></script>
/>
</>
)
}