| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 6 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | 1 | export const COMPANIES = [ |
|
| 2 | { name: 'Zalora', icon: '/images/companies/zalora.png' }, |
||
| 3 | { name: 'Dek', icon: '/images/companies/dek.png' }, |
||
| 4 | { name: 'GCS', icon: '/images/companies/gcs.png' }, |
||
| 5 | { name: 'GCS-intern', icon: '/images/companies/gcs.png' } |
||
| 6 | ] |
||
| 7 |