From 263fec36c58ac77d3bb0d82fe21a685b5be6e3c1 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 17 Dec 2024 00:15:13 +0100 Subject: [PATCH] added add new event modal --- src/component/calendar/Calendar.jsx | 40 +++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/src/component/calendar/Calendar.jsx b/src/component/calendar/Calendar.jsx index 70d9e0c..034c38e 100644 --- a/src/component/calendar/Calendar.jsx +++ b/src/component/calendar/Calendar.jsx @@ -20,8 +20,8 @@ export default function Calendar(){
-

Drag and drop your event or click in the calendar. @@ -60,6 +60,42 @@ export default function Calendar(){

+ + {/* Event Modal */} + ) } \ No newline at end of file