Skip to content

Commit bd23b76

Browse files
thangngoc89fakenickels
authored andcommitted
Manage namspacing manually (#35)
1 parent 8a2ce60 commit bd23b76

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

β€Žre/ReForm.re

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
module Helpers = ReForm_Helpers;
2+
3+
module Validation = ReForm_Validation;
4+
5+
module Value = ReForm_Value;
6+
17
/* Validation types */
28
let safeHd = lst => List.length(lst) == 0 ? None : Some(List.hd(lst));
39

@@ -201,4 +207,4 @@ module Create = (Config: Config) => {
201207
});
202208
}
203209
};
204-
};
210+
};
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)