change format all file
This commit is contained in:
@@ -2,11 +2,9 @@ import RegisterPage from "@/components/register";
|
||||
import { getStateInfo } from "@/lib/getStateInfo";
|
||||
|
||||
function ContentLogin() {
|
||||
const { matchedCity } = getStateInfo();
|
||||
const { matchedCity } = getStateInfo();
|
||||
|
||||
return (
|
||||
<RegisterPage matchedCity={matchedCity} />
|
||||
);
|
||||
return <RegisterPage matchedCity={matchedCity} />;
|
||||
}
|
||||
|
||||
export default ContentLogin;
|
||||
|
||||
Reference in New Issue
Block a user