Skip to content

Commit

Permalink
fix(): Prefix components with 'Docs'.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent 085e1ca commit 6806a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/custom/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {Footer} from './components/footer'
export { NavBar } from './components/navmenu/index'
export { TripleCard } from './components/triplecard'
export {Footer as DocsFooter } from './components/footer'
export { NavBar as DocsNavBar } from './components/navmenu/index'
export { TripleCard as DocsTripleCard } from './components/triplecard'
export * from './components/header'
export * from './components/page'

0 comments on commit 6806a84

Please sign in to comment.