From 5cde8b5bbb8b89d7b2ec13c8722d50f90feabced Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Tue, 8 Oct 2024 18:08:15 +0200 Subject: [PATCH] Remove unused imports --- frontend/src/lib/utils/helpers.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/lib/utils/helpers.ts b/frontend/src/lib/utils/helpers.ts index 03857b0bc..63a830557 100644 --- a/frontend/src/lib/utils/helpers.ts +++ b/frontend/src/lib/utils/helpers.ts @@ -1,6 +1,3 @@ -import { URL_MODEL } from './types'; -import { navData } from '$lib/components/SideBar/navData'; - export function formatStringToDate(inputString: string, locale = 'en') { const date = new Date(inputString); return date.toLocaleDateString(locale, {