Create all components
This commit is contained in:
@@ -2,5 +2,12 @@ export { default as ImageUpload } from "./ImageUpload";
|
||||
export { default as DocumentUpload } from "./DocumentUpload";
|
||||
export { default as VideoInput } from "./VideoInput";
|
||||
export { default as LinkInput } from "./LinkInput";
|
||||
export { default as SimpleInstruction } from "./SimpleInstruction";
|
||||
export { default as SelectInstruction } from "./SelectInstruction";
|
||||
export { default as RectangleInstruction } from "./RectangleInstruction";
|
||||
export { default as CircleInstruction } from "./CircleInstruction";
|
||||
export { default as TextInstruction } from "./TextInstruction";
|
||||
export { default as LineInstruction } from "./LineInstruction";
|
||||
export { default as ArrowInstruction } from "./ArrowInstruction";
|
||||
export { default as StickerInstruction } from "./StickerInstruction";
|
||||
export { default as GridInstruction } from "./GridInstruction";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user