export const registerListComponent = (...args) => {
  if (args.length === 1) {
    Object.keys(args[0]).forEach(k => {
      if (args[0][k]) {
        globalComponentsRegistry[k] = args[0][k]