Skip to content

Commit

Permalink
Merge pull request #63 from abusix/pla-869-add-missing-navigation-exp…
Browse files Browse the repository at this point in the history
…ort-to-hailstorm

fix(components): add missing export for navigation
  • Loading branch information
mnlfischer authored Dec 4, 2023
2 parents 207c9fa + 7a3cb38 commit 4ce8087
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 4ce8087

Please sign in to comment.