add prettier formatter to all file
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import UserAccountPage from "@/components/panel/userAccount"
|
||||
import Information from '@/data/information.json';
|
||||
import UserAccountPage from "@/components/panel/userAccount";
|
||||
import Information from "@/data/information.json";
|
||||
|
||||
function UserAccount() {
|
||||
return (
|
||||
<UserAccountPage data={Information} />
|
||||
)
|
||||
return <UserAccountPage data={Information} />;
|
||||
}
|
||||
|
||||
export default UserAccount
|
||||
export default UserAccount;
|
||||
|
||||
Reference in New Issue
Block a user