add navigation manager to streamline titles and breadcrumbs

This commit is contained in:
Elijah Duffy
2025-09-01 12:29:16 -07:00
parent 647b3401a7
commit 5a9574bec9
3 changed files with 252 additions and 0 deletions

View File

@@ -44,3 +44,9 @@ export {
Toolbar
} from './Toolbar';
export { type GraphError, type RawError, ErrorMessage } from './error';
export {
NavigationItem,
NavigationManager,
getNavigationManager,
type NavigationItemOpts
} from './navigation.svelte';