8 lines
131 B
TypeScript
Raw Normal View History

2025-09-11 00:16:00 +07:00
import AccountList from '@/views/apps/account'
const AccountPage = () => {
return <AccountList />
}
export default AccountPage