From 0d5c99c4e23f7037acf1bdb1525c1197569f440c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 19 Apr 2023 00:52:29 -0700 Subject: [PATCH] Fix dependency --- components/party/Party/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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