fix: fixed missing export

This commit is contained in:
Tormak
2023-02-21 19:06:08 -06:00
parent dfcb3bec19
commit b480d397c4

View File

@@ -1,2 +1,3 @@
export * from './SuspensefulImage';
export * from './ColorPickerModal';
export * from './ReorderableList';