diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 51678d8..b51f6dd 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -6,8 +6,6 @@ import { lighten } from 'polished'; import favicon from '../../src/favicon.ico'; import { colors } from '../styles/colors'; -import { ResolveLight } from '../styles/typography'; - type IndexProps = { className?: string; children: React.ReactNode;