change format all file

This commit is contained in:
Ehsan
2025-05-18 01:18:35 +03:30
parent 4a57468e26
commit 254d5d4ebd
84 changed files with 721 additions and 651 deletions
+2 -4
View File
@@ -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;