Skip to content

Commit

Permalink
feat(): add image component
Browse files Browse the repository at this point in the history
  • Loading branch information
carolin913 committed Jun 24, 2024
1 parent 9e2b19c commit ecfc2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './button';
export * from './icon';
export * from './textarea';
export * from './image';
export * from './space';
export * from './switch';
export * from './textarea';

0 comments on commit ecfc2ff

Please sign in to comment.