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';