Skip to content

Commit

Permalink
feat(components): export lightbox component (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Dec 2, 2024
1 parent 389e329 commit eaf82a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from './DropdownMenu';
export * from './IconButton';
export * from './Image';
export { Input } from './Input';
export * from './Lightbox';
export { LoadingIndicator } from './LoadingIndicator';
export * from './Markdown';
export * from './MediaInput';
Expand Down

0 comments on commit eaf82a4

Please sign in to comment.