@@ -1,2 +1,8 @@
import FieldCheck from "./fieldCheck";
import FormItem from "./formData";
+
+export default {
+ FieldCheck,
+ FormItem
+}