Skip to content

Commit

Permalink
feat(libs/website/shared/navigation): create navigation entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
HasithDeAlwis authored and MFarabi619 committed Nov 21, 2024
1 parent 78244c4 commit 087cc69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/website/shared/ui/navigation/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export { FOOTER_CONSTANTS } from './footer/constants/footer.constants'
export { FooterPresenter } from './footer/ui/footer.presenter'
export { NAVBAR_CONSTANTS } from './navbar/constants/navbar.constants'
export { NavbarPresenter } from './navbar/ui/navbar.presenter'

0 comments on commit 087cc69

Please sign in to comment.