change layout and router panel & design page dashboard and user account
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import UserAccountPage from "@/components/panel/userAccount"
|
||||
import Information from '@/data/information.json';
|
||||
|
||||
function UserAccount() {
|
||||
return (
|
||||
<UserAccountPage data={Information} />
|
||||
)
|
||||
}
|
||||
|
||||
export default UserAccount
|
||||
Reference in New Issue
Block a user