Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: missing docs link to component API
  • Loading branch information
Denny09310 committed Sep 16, 2025
commit d852201074d86d8f5737e7723adfc75ea31bef78
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ public class NavigationStore
.Add( new( nameof( LumexTab ) ) )
.Add( new( nameof( LumexTabs ) ) )
.Add( new( nameof( LumexTextbox ) ) )
.Add( new( nameof( LumexThemeProvider ) ) );
.Add( new( nameof( LumexThemeProvider ) ) )
.Add( new( nameof( LumexUser ) ) );

public static Navigation GetNavigation()
{
Expand Down
Loading