Skip to content

Commit

Permalink
Find in here are assets, css, html, js folders and index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
JustineRobert committed Nov 22, 2019
1 parent 1c83af4 commit 77b89be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UI/js/auth.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mport userSchemas from './auth';
import articleSchema from './article';

const validationSchemas = {
userSchemas, articleSchema,
};

export default validationSchemas;

0 comments on commit 77b89be

Please sign in to comment.