Fix jsx imports
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user