From 77b89bec812a0a4ea09cdc5b7bf3687418028adb Mon Sep 17 00:00:00 2001 From: Igune Justine Robert Date: Fri, 22 Nov 2019 23:03:39 +0300 Subject: [PATCH] Find in here are assets, css, html, js folders and index.html file --- UI/js/auth.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 UI/js/auth.js diff --git a/UI/js/auth.js b/UI/js/auth.js new file mode 100644 index 0000000..dfbe9a4 --- /dev/null +++ b/UI/js/auth.js @@ -0,0 +1,8 @@ +mport userSchemas from './auth'; +import articleSchema from './article'; + +const validationSchemas = { + userSchemas, articleSchema, +}; + +export default validationSchemas; \ No newline at end of file