Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / goodbyeworld / config.json
1 {
2     "root": "public",
3     "name": "goodbye world test",
4     "routes": [
5     {
6         "label": "Goodbye World Component 1",
7         "route": "hello",
8         "component": "./goodbyeWorldOne.jsx",
9         "path": "",
10         "type": "internal"
11     },{
12         "label": "Goodbye World Component 2",
13         "route": "goodbye",
14         "component": "./goodbyeWorldTwo.jsx",
15         "path": "",
16         "type": "internal"
17     }]
18 }