Skip to content

Commit fe94ef5

Browse files
committed
fix: remove unused date-fns
1 parent d427054 commit fe94ef5

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

web/components/Notifications/Item.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
import { useMutation } from '@vue/apollo-composable';
1212
import type { NotificationFragmentFragment } from '~/composables/gql/graphql';
1313
import { NotificationType } from '~/composables/gql/graphql';
14-
import { format } from 'date-fns';
15-
import { enGB, enUS } from 'date-fns/locale';
1614
import {
1715
archiveNotification as archiveMutation,
1816
deleteNotification as deleteMutation,

web/package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"class-variance-authority": "^0.7.1",
7272
"clsx": "^2.1.1",
7373
"crypto-js": "^4.2.0",
74-
"date-fns": "^4.1.0",
7574
"dayjs": "^1.11.13",
7675
"focus-trap": "^7.6.2",
7776
"graphql": "^16.9.0",

0 commit comments

Comments
 (0)