File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44import AuthUserContext from '../components/Session/AuthUserContext' ;
55import PasswordForgetForm from '../components/PasswordForget' ;
66import PasswordChangeForm from '../components/PasswordChange' ;
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44import withAuthorization from '../components/Session/withAuthorization' ;
55
66const fromObjectToList = object =>
Original file line number Diff line number Diff line change 11import React , { Fragment } from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44
55const LandingPage = ( ) => (
66 < Fragment >
Original file line number Diff line number Diff line change 11import React , { Fragment } from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44import PasswordForgetForm from '../components/PasswordForget' ;
55
66const PasswordForgetPage = ( ) => (
Original file line number Diff line number Diff line change 11import React , { Fragment } from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44import SignInForm from '../components/SignIn' ;
55import { SignUpLink } from '../components/SignUp' ;
66import { PasswordForgetLink } from '../components/PasswordForget' ;
Original file line number Diff line number Diff line change 11import React , { Fragment } from 'react' ;
22
3- import Layout from '../components/Layout ' ;
3+ import Layout from '../components/layout ' ;
44import SignUpForm from '../components/SignUp' ;
55
66const SignUpPage = ( ) => (
You can’t perform that action at this time.
0 commit comments