UNPKG

framework-entersol-web

Version:

Framework based on bootstrap 5

5 lines 136 B
const components = {}; export const pushComponent = (name, component) => { components[name] = component; }; export default components;