UNPKG

covid19-dashboard

Version:

Dashboard App displaying COVID-19 numbers by country

5 lines (4 loc) 120 B
fetch('./neo-config.json').then(r => r.json()).then(d => { self.Neo = {config: {...d}}; import(d.mainPath); });