removed unneeded import
This commit is contained in:
parent
5616975351
commit
8ecf388122
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import { AppProps } from 'next/app';
|
|||
import { DefaultTheme, ThemeProvider } from 'styled-components';
|
||||
import { createContext, useContext, useEffect, useState } from 'react'
|
||||
import { darkTheme } from '../components/themes';
|
||||
import useSWR from 'swr';
|
||||
import { getTheme } from '../components/themeselector';
|
||||
|
||||
export type NextPageWithLayout<P = {}, IP = P> = NextPage<P, IP> & {
|
||||
|
|
Loading…
Reference in a new issue