Skip to content

Commit

Permalink
not sure what to do with types cause it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 17, 2022
1 parent 4e203fc commit 1a1273c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@theguild/components/style.css'
import type { AppProps } from 'next/app'

export default function App({ Component, pageProps }: AppProps) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export default function App({ Component, pageProps }: any) {
return <Component {...pageProps} />
}

Expand Down

0 comments on commit 1a1273c

Please sign in to comment.