create data bank and component list
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import UserAccountPage from "@/components/panel/userAccount";
|
||||
import Information from "@/data/information.json";
|
||||
import Bank from "@/data/bank.json";
|
||||
|
||||
function UserAccount() {
|
||||
return <UserAccountPage data={Information} />;
|
||||
return <UserAccountPage data={{information: Information, bank: Bank}} />;
|
||||
}
|
||||
|
||||
export default UserAccount;
|
||||
|
||||
Reference in New Issue
Block a user