Commit 05787e3c authored by Mori's avatar Mori

Modify folder name

parent 1856a9e4
...@@ -4,7 +4,7 @@ import { compose } from "recompose"; ...@@ -4,7 +4,7 @@ import { compose } from "recompose";
import { PasswordChangeForm } from "../PasswordChange"; import { PasswordChangeForm } from "../PasswordChange";
import { PasswordForgetForm } from "../PasswordForget/PasswordForgetForm"; import { PasswordForgetForm } from "../PasswordForget/PasswordForgetForm";
import { withAuthorization } from "../Sessions/withAuthorization"; import { withAuthorization } from "../Session/withAuthorization";
const AccountComponent = ({ authUser }: any) => ( const AccountComponent = ({ authUser }: any) => (
<div> <div>
......
...@@ -7,7 +7,7 @@ import { Home } from "../Home"; ...@@ -7,7 +7,7 @@ import { Home } from "../Home";
import { Landing } from "../Landing"; import { Landing } from "../Landing";
import { Navigation } from "../Navigation"; import { Navigation } from "../Navigation";
import { PasswordForget } from "../PasswordForget"; import { PasswordForget } from "../PasswordForget";
import { withAuthentication } from "../Sessions/withAuthentication"; import { withAuthentication } from "../Session/withAuthentication";
import { SignIn } from "../SignIn"; import { SignIn } from "../SignIn";
import { SignUp } from "../SignUp"; import { SignUp } from "../SignUp";
......
...@@ -3,7 +3,7 @@ import { connect } from "react-redux"; ...@@ -3,7 +3,7 @@ import { connect } from "react-redux";
import { compose } from "recompose"; import { compose } from "recompose";
import { db } from "../../firebase"; import { db } from "../../firebase";
import { withAuthorization } from "../Sessions/withAuthorization"; import { withAuthorization } from "../Session/withAuthorization";
import { UserList } from "./UserList"; import { UserList } from "./UserList";
class HomeComponent extends React.Component { class HomeComponent extends React.Component {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment