Office code

This commit is contained in:
CHIEFSOFT\ameye
2025-08-21 12:00:39 -04:00
parent 43effd4895
commit c68a5a2c99
14 changed files with 341 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
import CustomerCom from '../components/customer/CustomerCom'
export default function CustomerPage() {
return (
<CustomerCom />
)
}