Skip to content

Commit

Permalink
Fix type import
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jan 4, 2024
1 parent c5deea2 commit e1b16d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tenant-ui/frontend/src/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { format, fromUnixTime, parseJSON } from 'date-fns';
import { Locale, format, fromUnixTime, parseJSON } from 'date-fns';
import { enCA, fr, ja } from 'date-fns/locale';
import { useI18n } from 'vue-i18n';

Expand Down

0 comments on commit e1b16d4

Please sign in to comment.