Skip to content

Commit

Permalink
Correção ortografica das palavras signin/signup
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorubin committed Jan 17, 2017
1 parent c04d6ff commit 4ef42b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/auth/routes/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
*/
/* eslint-disable global-require */
export const Main = r => require.ensure([], () => r(require('../components/main')), 'auth-bundle')
export const Singin = r => require.ensure([], () => r(require('../components/forms/singin')), 'auth-bundle')
export const Singup = r => require.ensure([], () => r(require('../components/forms/singup')), 'auth-bundle')
export const Signin = r => require.ensure([], () => r(require('../components/forms/signin')), 'auth-bundle')
export const Signup = r => require.ensure([], () => r(require('../components/forms/signup')), 'auth-bundle')

0 comments on commit 4ef42b0

Please sign in to comment.