diff --git a/components/party/Party/index.tsx b/components/party/Party/index.tsx index 1376a432..16380e8b 100644 --- a/components/party/Party/index.tsx +++ b/components/party/Party/index.tsx @@ -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