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,
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Box, Heading, Paragraph } from '@theme-ui/components'
|
||||
import { NextPageContext } from 'next'
|
||||
import Image from 'next/image'
|
||||
import React from 'react'
|
||||
import Breadcrumb from '../../../components/organisms/Breadcrumb'
|
||||
import Honkai3rdNavigator from '../../../components/organisms/Honkai3rdNavigator'
|
||||
import { ElfData } from '../../../lib/honkai3rd/elfs'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Box, Heading, Flex, Text, Link } from '@theme-ui/components'
|
||||
import Image from 'next/image'
|
||||
import NextLink from 'next/link'
|
||||
import { pick } from 'ramda'
|
||||
import React from 'react'
|
||||
import Breadcrumb from '../../../components/organisms/Breadcrumb'
|
||||
import Honkai3rdNavigator from '../../../components/organisms/Honkai3rdNavigator'
|
||||
import { ElfData } from '../../../lib/honkai3rd/elfs'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Box, Card, Heading, Paragraph } from '@theme-ui/components'
|
||||
import { NextPageContext } from 'next'
|
||||
import React from 'react'
|
||||
import SquareImageBox from '../../../components/atoms/SquareImageBox'
|
||||
import Breadcrumb from '../../../components/organisms/Breadcrumb'
|
||||
import Honkai3rdNavigator from '../../../components/organisms/Honkai3rdNavigator'
|
||||
|
||||
Reference in New Issue
Block a user