From 76fa105d11213d15098f04070dd653dc6eefe3d5 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 19 Apr 2025 09:05:19 +0000 Subject: [PATCH] Add fullcalendar --- default.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/default.json b/default.json index d0cb1c4..f8a0c7c 100644 --- a/default.json +++ b/default.json @@ -26,6 +26,16 @@ "@mui/icons-material", "@mui/material" ] + }, + { + "groupName": "fullcalendar", + "matchPackageNames": [ + "@fullcalendar/core", + "@fullcalendar/daygrid", + "@fullcalendar/interaction", + "@fullcalendar/list", + "@fullcalendar/react" + ] } ] } \ No newline at end of file