From 366930bf67a6b77d511f8e154d9cb6bee2616e71 Mon Sep 17 00:00:00 2001 From: Starknet Dev Date: Wed, 17 Jan 2024 16:33:16 +0000 Subject: [PATCH] fix build --- ui/src/app/components/notifications/NotificationHandler.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/app/components/notifications/NotificationHandler.tsx b/ui/src/app/components/notifications/NotificationHandler.tsx index a4624550a..251a3b11e 100644 --- a/ui/src/app/components/notifications/NotificationHandler.tsx +++ b/ui/src/app/components/notifications/NotificationHandler.tsx @@ -4,7 +4,6 @@ import { GameData } from "@/app/lib/data/GameData"; import { processBeastName, getRandomElement, - chunkArray, isObject, getItemData, getValueFromKey,