From d535cfb853426df4bf4ad18399024753b1b5f2f9 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Mon, 12 Sep 2022 08:03:16 +0900 Subject: [PATCH] Fix compiler error --- src/pages/honkai3rd/media/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/honkai3rd/media/index.tsx b/src/pages/honkai3rd/media/index.tsx index d6c9f66b..d389f65d 100644 --- a/src/pages/honkai3rd/media/index.tsx +++ b/src/pages/honkai3rd/media/index.tsx @@ -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'