Files
familienarchiv/frontend/src/lib/document/__mocks__/navigatingStore.ts
Marcel e7f8aa5894 refactor: move document domain core to lib/document/
Moves ~25 components, utils (search, filename, groupDocuments,
documentStatusLabel, validateFile), bulkSelection store, and
TranscriptionSection sub-component. Fixes broken relative imports.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 13:56:36 +02:00

4 lines
105 B
TypeScript

import { writable } from 'svelte/store';
export const navigatingStore = writable<unknown | null>(null);