Fix jsx imports
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
import React from 'react'
|
||||
/** @jsxImportSource theme-ui */
|
||||
import PageLink from './PageLink'
|
||||
import SquareImageBox from './SquareImageBox'
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Flex, Text } from '@theme-ui/components'
|
||||
import { capitalize } from '../../lib/string'
|
||||
import SquareImageBox from './SquareImageBox'
|
||||
|
||||
@@ -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,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,3 +1,4 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Box, Flex, Text } from '@theme-ui/components'
|
||||
import {
|
||||
addDays,
|
||||
|
||||
Reference in New Issue
Block a user