Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 8, 2024
1 parent c3c1bee commit 5cde8b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/lib/utils/helpers.ts
Original file line number Diff line number Diff line change
@@ -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, {
Expand Down

0 comments on commit 5cde8b5

Please sign in to comment.