article form creator
This commit is contained in:
@@ -4,7 +4,7 @@ import { PrimaryButton } from "../../../components/button/PrimaryButton";
|
||||
import { SecondaryButton } from "../../../components/button/SecondaryButton";
|
||||
import { Input } from "../../../components/input/Input";
|
||||
import { useAppDispatch, useAppSelector } from "../../../redux/hooks";
|
||||
import { createGroup, deleteGroup, updateGroup } from "../../../redux/slices/groups";
|
||||
import { deleteGroup, updateGroup } from "../../../redux/slices/groups";
|
||||
|
||||
interface ModalUpdateProps {
|
||||
active: boolean;
|
||||
|
||||
Reference in New Issue
Block a user