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