From f2a78e006a472e15371f4318020a2155f1f6d43b Mon Sep 17 00:00:00 2001 From: horek Date: Mon, 6 May 2024 11:42:05 +0200 Subject: [PATCH] fix: remove unused date-fns import --- webapp-next/utils/tools.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp-next/utils/tools.ts b/webapp-next/utils/tools.ts index d3ebfbb..34d3cc7 100644 --- a/webapp-next/utils/tools.ts +++ b/webapp-next/utils/tools.ts @@ -1,4 +1,3 @@ -import { format } from 'date-fns'; import moment from 'moment'; import { Filters, SearchCategory, View } from './cm2d-provider';