subcomponent 0.1.0

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

      fetch {
         fetch {
            fetch {
            }
         }
      }
   // Missing closing brace here!
}