Skip to content

Commit

Permalink
export layout component from package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Apr 16, 2024
1 parent bfa14b3 commit e15ef6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {default as Header} from './src/components/header'
export {default as Hero} from './src/components/hero'
export {default as Note} from './src/components/note'
export {default as HeroLayout} from './src/components/hero-layout'
export {default as Layout} from './src/components/layout'
export {default as Sidebar} from './src/components/sidebar'
export {default as StatusLabel} from './src/components/status-label'
export {default as AccessibilityLabel} from './src/components/accessibility-label'
Expand Down

0 comments on commit e15ef6c

Please sign in to comment.