Added new back offcie itesm

This commit is contained in:
CHIEFSOFT\ameye
2025-09-20 09:27:57 -04:00
parent 90390a77b3
commit 403e7df2b8
7 changed files with 38 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
import AccountViewCom from "../components/account_view/AccountViewCom";
export default function AccountDetailsPage() {
return (
<AccountViewCom />
)
}