Skip to content

Commit

Permalink
export HelpCard as DocsHelpCard
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 4, 2024
1 parent 5e55bee commit 334b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +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 { HelpCard } from './components/helpcard'
export { HelpCard as DocsHelpCard } from './components/helpcard'
export * from './components/header'
export * from './components/page'

0 comments on commit 334b749

Please sign in to comment.