refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
@@ -0,0 +1,7 @@
export function presentCompany(company: any) {
return company
}
export function presentBrand(brand: any) {
return brand
}