Fix notifications

This commit is contained in:
Prospector
2025-08-15 12:22:02 -07:00
parent 632b09ff3f
commit 11e99cb9d3
2 changed files with 8 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ import {
VersionIcon,
XIcon,
} from '@modrinth/assets'
import { injectNotificationManager } from '@modrinth/ui'
import { injectNotificationManager, useRelativeTime } from '@modrinth/ui'
const { addNotification } = injectNotificationManager()
const emit = defineEmits(['update:notifications'])