Fix jsx imports

This commit is contained in:
Sakura Knoll
2022-01-02 18:19:21 +09:00 Unverified
parent 3656432ba1
commit d4f0f76e05
15 changed files with 15 additions and 4 deletions
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Card, Flex, Heading, Paragraph, Text } from '@theme-ui/components'
import { NextPageContext } from 'next'
import Image from 'next/image'
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Heading, Flex } from '@theme-ui/components'
import { pick } from 'ramda'
import { useMemo } from 'react'