Skip to content

Commit

Permalink
Export default navigation widget component
Browse files Browse the repository at this point in the history
First step towards enabling custom navigation widgets based on default
navigation.

REDMINE-20674
  • Loading branch information
tf committed Jul 8, 2024
1 parent b00862f commit 44d5b54
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 44d5b54

Please sign in to comment.