change format all file
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
import ContentLogin from "@/components/register/ContentLogin";
|
||||
|
||||
function LogIn() {
|
||||
return (
|
||||
<ContentLogin />
|
||||
);
|
||||
return <ContentLogin />;
|
||||
}
|
||||
|
||||
export default LogIn;
|
||||
|
||||
Reference in New Issue
Block a user