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
View File
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Card, Text } from '@theme-ui/components'
import { WeaponData } from '../../lib/honkai3rd/weapons'
import PageLink from '../atoms/PageLink'