feat: exposes Pill component for re-use

This commit is contained in:
James
2021-09-13 12:56:03 -04:00
parent 03c0435e3b
commit 7e8df100bb

View File

@@ -9,3 +9,4 @@ export { default as Chevron } from './icons/Chevron';
export { default as Check } from './icons/Check';
export { default as Search } from './icons/Search';
export { default as Menu } from './icons/Menu';
export { default as Pill } from './elements/Pill';