mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
4 lines
145 B
JavaScript
4 lines
145 B
JavaScript
|
|
import componentList from './componentList.js';
|
||
|
|
|
||
|
|
export default Object.fromEntries(componentList.map(component => [component.slug, component]));
|