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'