Skip to content

Commit 0f4b093

Browse files
committed
delete unused useState hook in DeleteButton.tsx
1 parent da49eeb commit 0f4b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/DeleteButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22
import { DeleteButtons } from '../../interfaces/Interfaces';
33
import { useDispatch, useSelector } from 'react-redux';
44
import { deleteChild } from '../../redux/reducers/slice/appStateSlice';

0 commit comments

Comments
 (0)