diff --git a/src/pages/honkai3rd/elfs/[elfId].tsx b/src/pages/honkai3rd/elfs/[elfId].tsx index 6c4156eb..f971a423 100644 --- a/src/pages/honkai3rd/elfs/[elfId].tsx +++ b/src/pages/honkai3rd/elfs/[elfId].tsx @@ -1,4 +1,4 @@ -import { Box, Flex, Heading, Paragraph } from '@theme-ui/components' +import { Box, Heading, Paragraph } from '@theme-ui/components' import { NextPageContext } from 'next' import Image from 'next/image' import React from 'react'