build(deps): update latest

This commit is contained in:
Divlo
2022-09-21 10:09:36 +02:00
parent 5d350e8db9
commit ccaf5234ed
7 changed files with 1314 additions and 1225 deletions

View File

@ -1,5 +1,5 @@
import { useEffect } from 'react'
import type { AppProps } from 'next/app'
import type { AppType } from 'next/app'
import { ThemeProvider } from 'next-themes'
import useTranslation from 'next-translate/useTranslation'
@ -15,7 +15,7 @@ import '@fontsource/roboto/700.css'
import { cookies } from '../tools/cookies'
const Application = ({ Component, pageProps }: AppProps): JSX.Element => {
const Application: AppType = ({ Component, pageProps }) => {
const { lang } = useTranslation()
useEffect(() => {