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 { Flex, Text } from '@theme-ui/components'
import { battlesuitFeatures } from '../../lib/honkai3rd/battlesuits'
import SquareImageBox from './SquareImageBox'
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import SquareImageBox from './SquareImageBox'
interface BattlesuitRankIconProps {
+1 -1
View File
@@ -1,4 +1,4 @@
import React from 'react'
/** @jsxImportSource theme-ui */
import PageLink from './PageLink'
import SquareImageBox from './SquareImageBox'
+1
View File
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Flex, Text } from '@theme-ui/components'
import { capitalize } from '../../lib/string'
import SquareImageBox from './SquareImageBox'
+1
View File
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Flex, Text } from '@theme-ui/components'
import { valkyries } from '../../lib/honkai3rd/battlesuits'
import SquareImageBox from './SquareImageBox'
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Card, Text } from '@theme-ui/components'
import { BattlesuitData } from '../../lib/honkai3rd/battlesuits'
import PageLink from '../atoms/PageLink'
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Card, Text } from '@theme-ui/components'
import { StigmataData } from '../../lib/honkai3rd/stigmata'
import PageLink from '../atoms/PageLink'
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Card, Flex, Text } from '@theme-ui/components'
import { StigmataSet } from '../../lib/honkai3rd/stigmata'
import PageLink from '../atoms/PageLink'
+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'
+1
View File
@@ -1,3 +1,4 @@
/** @jsxImportSource theme-ui */
import { Box, Flex, Text } from '@theme-ui/components'
import {
addDays,