From e25e524308fc10769425e53590eed2d44e245e76 Mon Sep 17 00:00:00 2001 From: Potenz Date: Tue, 15 Jul 2025 23:50:39 +0530 Subject: [PATCH] date issue fixed5 --- apps/Frontend/src/utils/dateUtils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/Frontend/src/utils/dateUtils.ts b/apps/Frontend/src/utils/dateUtils.ts index fc82c61..e455491 100644 --- a/apps/Frontend/src/utils/dateUtils.ts +++ b/apps/Frontend/src/utils/dateUtils.ts @@ -1,5 +1,3 @@ -import { format } from "date-fns"; - /** * Parse a date string in yyyy-MM-dd format (assumed local) into a JS Date object. * No timezone conversion is applied. Returns a Date at midnight local time.