todo: modal calendar

This commit is contained in:
2025-04-21 16:37:38 +03:00
parent ce55ca5bfe
commit 66d7cf0532
2 changed files with 22 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import Task from "@/components/task";
import ModalCalendar from "@/components/ModalCalendar";
import Button from "@/components/ui/Button";
import ModalWindow from "@/components/ui/Modal";
import { withTitle } from "@/constructors/Component";
@@ -70,6 +71,7 @@ const ProfileTasks: FunctionComponent = () => {
const taskDescriptionRef = useRef<HTMLTextAreaElement>(null);
return (
<div class={classes.container}>
<ModalCalendar isOpen />
<ModalWindow
isOpen={openModal}
setIsOpen={setIsOpen}