Updated all packages and fixed errors thrown by new ESLint
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import React from "react";
|
||||
import SignIn from "../../components/sign-in-form/sign-in-form.component";
|
||||
|
||||
export default () => {
|
||||
export default function SignInPage() {
|
||||
return (
|
||||
<div>
|
||||
<SignIn />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user