In progress changes for ensuring that new clients are written to the database.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import SignInComponent from "../../components/sign-in-form/sign-in-form.component";
|
||||
import SignInContainer from "../../components/sign-in-form/sign-in-form.container";
|
||||
|
||||
export default () => {
|
||||
return <SignInComponent />;
|
||||
return <SignInContainer />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user