feat: add ColorSwatch component

This commit is contained in:
Stefan Imhoff
2023-04-17 20:27:44 +02:00
parent f2d809dd3b
commit bf0e88df20
3 changed files with 88 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export * from './AmazonBook';
export * from './Book';
export * from './ColorSwatch';
export * from './Divider';
export * from './Headline';
export * from './Image';