From 8dc58ee21c5a59d2d7a80036a2320703cd7a2b5c Mon Sep 17 00:00:00 2001 From: Monobladegg Date: Fri, 22 Nov 2024 07:14:48 +0200 Subject: [PATCH] TTFD3 --- src/features/hooks/fixUnknownError/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/hooks/fixUnknownError/index.ts b/src/features/hooks/fixUnknownError/index.ts index 2ba827a..0e7c271 100644 --- a/src/features/hooks/fixUnknownError/index.ts +++ b/src/features/hooks/fixUnknownError/index.ts @@ -1,6 +1,5 @@ import { useShallow } from "zustand/react/shallow"; import { useStore } from "@/shared/store"; -import { OperationTypes } from "@/shared/lib"; import { getOperationType } from "@/widgets/BuildTransaction/OperationsList/ui"; export default function useFixUnknownError() {