Remove unused dependencies

This commit is contained in:
Justin Edmund 2023-01-25 22:18:59 -08:00
parent fa4c4c5085
commit 0d924a1226

View file

@ -1,7 +1,7 @@
import { useEffect, useState } from 'react' import { useEffect } from 'react'
import { getCookie, getCookies } from 'cookies-next' import { getCookie } from 'cookies-next'
import { appWithTranslation } from 'next-i18next' import { appWithTranslation } from 'next-i18next'
import { ThemeProvider, useTheme } from 'next-themes' import { ThemeProvider } from 'next-themes'
import type { AppProps } from 'next/app' import type { AppProps } from 'next/app'
import Layout from '~components/Layout' import Layout from '~components/Layout'