Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Sep 14, 2023
1 parent b794a91 commit b91a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export * from '@umbraco-cms/backoffice/external/router-slot';
export * from './router-slot.element.js';
export * from './router-slot-change.event.js';
export * from './router-slot-init.event.js';
export * from './variant-router-slot.element.js';
export * from '@umbraco-cms/backoffice/external/router-slot';
export * from './route.context.js';
export * from './route.interface.js';
export * from './generate-route-path-builder.function.js';
Expand Down

0 comments on commit b91a609

Please sign in to comment.