Skip to content

Commit

Permalink
export new function in root index file at src/custom/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 4, 2024
1 parent 6f6d4fe commit 8bf00b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {Footer as DocsFooter } from './components/footer'
export { NavBar as DocsNavBar } from './components/navmenu/index'
export { TripleCard as DocsTripleCard } from './components/triplecard'
export { HelpCards } from './components/helpcard'
export * from './components/header'
export * from './components/page'

0 comments on commit 8bf00b7

Please sign in to comment.