| Total Complexity | 1 |
| Complexity/F | 1 |
| Lines of Code | 8 |
| Function Count | 1 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import './scripts/publicPath' |
||
| 2 | import './customizerControls.scss' |
||
| 3 | |||
| 4 | function importAll (r) { |
||
| 5 | r.keys().forEach(r) |
||
| 6 | } |
||
| 7 | |||
| 8 | importAll(require.context('../lib/Customizer/', true, /\/control\.js$/)) |
||
| 9 |