subcomponent 0.1.0

A components orchestrator
1
2
3
4
5
6
7
8
9
subcomponents {
   component { name: "hello", "hello";
      path: "hi";

      fetch {
      }
   }
   } // Extraneous closing brace
}