add navigation manager to streamline titles and breadcrumbs
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user