Merge pull request #330 from jubnl/dev

rename import
This commit is contained in:
Julien G.
2026-04-02 19:48:39 +02:00
committed by GitHub

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';