Skip to content

Commit

Permalink
move confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
djnunez-aot committed Aug 6, 2024
1 parent 56f464f commit 43610a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
DialogTitle,
Button,
} from "@mui/material";
import { useModal } from "../Modals/modalStore";
import { useModal } from "./modalStore";

type ConfirmationDialogProps = {
title: string;
Expand Down

0 comments on commit 43610a9

Please sign in to comment.