Files
MermsFirstOffice/src/pages/AccountDetailsPage.jsx
T
2025-09-20 09:27:57 -04:00

8 lines
193 B
React

import React from 'react'
import AccountViewCom from "../components/account_view/AccountViewCom";
export default function AccountDetailsPage() {
return (
<AccountViewCom />
)
}