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, {