Fix dependency
This commit is contained in:
parent
8dbdd9fe49
commit
0d5c99c4e2
1 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ import clonedeep from 'lodash.clonedeep'
|
||||||
|
|
||||||
import PartySegmentedControl from '~components/party/PartySegmentedControl'
|
import PartySegmentedControl from '~components/party/PartySegmentedControl'
|
||||||
import PartyDetails from '~components/party/PartyDetails'
|
import PartyDetails from '~components/party/PartyDetails'
|
||||||
|
import PartyHeader from '~components/party/PartyHeader'
|
||||||
import WeaponGrid from '~components/weapon/WeaponGrid'
|
import WeaponGrid from '~components/weapon/WeaponGrid'
|
||||||
import SummonGrid from '~components/summon/SummonGrid'
|
import SummonGrid from '~components/summon/SummonGrid'
|
||||||
import CharacterGrid from '~components/character/CharacterGrid'
|
import CharacterGrid from '~components/character/CharacterGrid'
|
||||||
|
|
@ -22,8 +23,6 @@ import type { DetailsObject } from '~types'
|
||||||
|
|
||||||
import './index.scss'
|
import './index.scss'
|
||||||
|
|
||||||
import PartyHeader from '../PartyHeader'
|
|
||||||
|
|
||||||
// Props
|
// Props
|
||||||
interface Props {
|
interface Props {
|
||||||
new?: boolean
|
new?: boolean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue