Account Page

This commit is contained in:
efrilm
2025-09-11 00:16:00 +07:00
parent e267a50946
commit 630d9c0e65
8 changed files with 929 additions and 2 deletions
@@ -0,0 +1,7 @@
import AccountList from '@/views/apps/account'
const AccountPage = () => {
return <AccountList />
}
export default AccountPage