From f742e2d3c0d25ba98011c19cb23a53ddf02ba3fe Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 20 Jul 2023 17:02:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/src/pages/_app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/landing/src/pages/_app.tsx b/apps/landing/src/pages/_app.tsx index 03f0623f5..616cf71df 100644 --- a/apps/landing/src/pages/_app.tsx +++ b/apps/landing/src/pages/_app.tsx @@ -1,4 +1,3 @@ -import "react-big-calendar/lib/css/react-big-calendar.css"; import "tailwindcss/tailwind.css"; import "../style.css";