Fix compiler errors

This commit is contained in:
Sakura Knoll
2021-12-20 06:34:52 +09:00 Unverified
parent 740c210f93
commit 9d92beaeca
5 changed files with 2 additions and 106 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** @jsxImportSource theme-ui */
import { mdiChevronRight, mdiHome } from '@mdi/js'
import Icon from '@mdi/react'
import { NavLink, Text, Flex } from '@theme-ui/components'
import { NavLink, Flex } from '@theme-ui/components'
import NextLink from 'next/link'
import React from 'react'