Fix compiler error

This commit is contained in:
Sakura Knoll
2022-09-12 08:03:16 +09:00 Unverified
parent 502d4d8976
commit d535cfb853
+1 -1
View File
@@ -1,5 +1,5 @@
/** @jsxImportSource theme-ui */
import { Box, Heading, Paragraph, Link } from '@theme-ui/components'
import { Box, Heading, Link } from '@theme-ui/components'
import Breadcrumb from '../../../components/organisms/Breadcrumb'
import { useTranslation } from '../../../lib/i18n'
import Head from '../../../components/atoms/Head'