From 76c9e09c8ef0fc39892f465c3ddb624796b9cd3a Mon Sep 17 00:00:00 2001 From: DyCTaTOR <125912249+DyCTaTOR@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:13:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lab5/src/components/lines/hooks/LinesItemFormHook.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Lab5/src/components/lines/hooks/LinesItemFormHook.js b/Lab5/src/components/lines/hooks/LinesItemFormHook.js index 182c942..8e7b3b7 100644 --- a/Lab5/src/components/lines/hooks/LinesItemFormHook.js +++ b/Lab5/src/components/lines/hooks/LinesItemFormHook.js @@ -1,5 +1,4 @@ import { useState } from 'react'; -import toast from 'react-hot-toast'; import getBase64FromFile from '../../utils/Base64'; import LinesApiService from '../service/LinesApiService'; import useLinesItem from './LinesItemHook';