add lazy component loading helper

This commit is contained in:
Elijah Duffy
2025-09-01 17:19:32 -07:00
parent db4f149302
commit 31049fc343
3 changed files with 71 additions and 5 deletions

View File

@@ -50,3 +50,4 @@ export {
getNavigationManager,
type NavigationItemOpts
} from './navigation.svelte';
export { createLazyComponent, type LazyComponentProps } from './lazy.svelte';