Fix dependency

This commit is contained in:
Justin Edmund 2023-04-19 00:52:29 -07:00
parent 8dbdd9fe49
commit 0d5c99c4e2

View file

@ -6,6 +6,7 @@ import clonedeep from 'lodash.clonedeep'
import PartySegmentedControl from '~components/party/PartySegmentedControl'
import PartyDetails from '~components/party/PartyDetails'
import PartyHeader from '~components/party/PartyHeader'
import WeaponGrid from '~components/weapon/WeaponGrid'
import SummonGrid from '~components/summon/SummonGrid'
import CharacterGrid from '~components/character/CharacterGrid'
@ -22,8 +23,6 @@ import type { DetailsObject } from '~types'
import './index.scss'
import PartyHeader from '../PartyHeader'
// Props
interface Props {
new?: boolean