rename import

This commit is contained in:
jubnl
2026-04-02 19:47:50 +02:00
parent 74e3f85866
commit 40f7c00adb

View File

@@ -1,6 +1,6 @@
import { db } from '../db/database';
import { broadcastToUser } from '../websocket';
import { getAction } from './notificationActions';
import { getAction } from './inAppNotificationActions';
type NotificationType = 'simple' | 'boolean' | 'navigate';
type NotificationScope = 'trip' | 'user' | 'admin';