Skip to content

Commit

Permalink
fix(components): add missing export for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Dec 4, 2023
1 parent 48ce146 commit 7a3cb38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ export { Toast } from "./toast";
export { Toggle } from "./toggle";
export { TopBar } from "./top-bar";
export { Skeleton } from "./skeleton";
export { Navigation } from "./navigation";
1 change: 1 addition & 0 deletions src/components/navigation/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Navigation } from "./navigation";

0 comments on commit 7a3cb38

Please sign in to comment.