refactor: move shared utilities to lib/shared/ sub-packages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ export type NotificationItem = {
|
||||
documentTitle: string | null;
|
||||
};
|
||||
|
||||
export { relativeTime } from '$lib/utils/time';
|
||||
export { relativeTime } from '$lib/shared/utils/time';
|
||||
|
||||
export function parseNotificationEvent(raw: string): NotificationItem | null {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user