change format all file
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import Content from "@/components/panel/Content";
|
||||
|
||||
function LayoutPanel({ children }) {
|
||||
return (
|
||||
<Content children={children} />
|
||||
);
|
||||
return <Content children={children} />;
|
||||
}
|
||||
|
||||
export default LayoutPanel;
|
||||
|
||||
@@ -3,7 +3,7 @@ import Information from "@/data/information.json";
|
||||
import Bank from "@/data/bank.json";
|
||||
|
||||
function UserAccount() {
|
||||
return <UserAccountPage data={{information: Information, bank: Bank}} />;
|
||||
return <UserAccountPage data={{ information: Information, bank: Bank }} />;
|
||||
}
|
||||
|
||||
export default UserAccount;
|
||||
|
||||
Reference in New Issue
Block a user