Fix compiler errors

This commit is contained in:
Sakura Knoll
2021-12-23 03:11:00 +09:00 Unverified
parent 6230b6020f
commit 32bc9c4167
+1 -1
View File
@@ -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'