From 39e88093687f31c2673c7d136b377878e6c4a4f4 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 26 Oct 2022 17:12:17 +0300 Subject: [PATCH] Removed unused dependency --- angular.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/angular.json b/angular.json index bf22847..fb523dc 100644 --- a/angular.json +++ b/angular.json @@ -31,10 +31,7 @@ "src/assets" ], "styles": [ - "src/styles.scss", - "./node_modules/@fullcalendar/common/main.css", - "./node_modules/@fullcalendar/daygrid/main.css", - "./node_modules/@fullcalendar/timegrid/main.css" + "src/styles.scss" ] }, "configurations": {