From 6f3c7d2a03cda20cd91f2c30b1a2acbd5148a494 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 15 Jan 2023 15:21:47 -0800 Subject: [PATCH] Remove unused dependency --- components/CharacterUnit/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/CharacterUnit/index.tsx b/components/CharacterUnit/index.tsx index f2b3964f..f286cbf1 100644 --- a/components/CharacterUnit/index.tsx +++ b/components/CharacterUnit/index.tsx @@ -25,7 +25,6 @@ import SettingsIcon from '~public/icons/Settings.svg' import type { SearchableObject } from '~types' import './index.scss' -import { Dialog } from '~components/Dialog' interface Props { gridCharacter?: GridCharacter