Skip to content

Commit

Permalink
Merge pull request #2121 from tf/export-default-nav
Browse files Browse the repository at this point in the history
Export default navigation widget component
  • Loading branch information
tf authored Jul 8, 2024
2 parents b00862f + 44d5b54 commit 274ba35
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ import {DefaultNavigation} from './DefaultNavigation';
frontend.widgetTypes.register('defaultNavigation', {
component: DefaultNavigation
});

export {DefaultNavigation};

0 comments on commit 274ba35

Please sign in to comment.