Move v2 modules and components
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { NextPageContext } from 'next'
|
||||
import { Box, Card, Flex, Heading } from 'theme-ui'
|
||||
import { useMemo } from 'react'
|
||||
import { Elf, ElfSkill } from '../../../../lib/v2-pre/data/types'
|
||||
import { loadElfCatalog, loadElfData } from '../../../../lib/v2-pre/server/loadData'
|
||||
import SquareImage from '../../../../components/v2-pre/SquareImage'
|
||||
import TagIcon from '../../../../components/v2-pre/TagIcon'
|
||||
import { Elf, ElfSkill } from '../../../../lib/v2/data/types'
|
||||
import { loadElfCatalog, loadElfData } from '../../../../lib/v2/server/loadData'
|
||||
import SquareImage from '../../../../components/v2/SquareImage'
|
||||
import TagIcon from '../../../../components/v2/TagIcon'
|
||||
import { assetsBucketBaseUrl } from '../../../../lib/consts'
|
||||
import { ListMap } from '../../../../lib/utils'
|
||||
import FormattedText from '../../../../components/v2-pre/FormattedText'
|
||||
import { formatSubSkillInfo } from '../../../../lib/v2-pre/data/formatText'
|
||||
import FormattedText from '../../../../components/v2/FormattedText'
|
||||
import { formatSubSkillInfo } from '../../../../lib/v2/data/formatText'
|
||||
|
||||
interface ElfShowPageProps {
|
||||
elf: Elf
|
||||
|
||||
Reference in New Issue
Block a user