Skip to content

Commit

Permalink
feat: export module path
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrozagar committed Oct 9, 2024
1 parent 156794c commit a361ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/preload-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ function preloadComponents(modulePaths: ModulePath[]) {
}

export { preloadComponents }

export type { ModulePath }

0 comments on commit a361ceb

Please sign in to comment.