@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
81 lines • 2.25 kB
JSON
[
{
"/apollo-server-n-client": {
"exact": false,
"icon": "export",
"key": "dashboard",
"tab": "Apollo Server",
"position": "MIDDLE",
"name": "Apollo Server",
"path": "/apollo-server-n-client",
"componentPath": "@sample-stack/counter-module-browser/lib/common/components/Dashboard.js",
"hasComponent": true,
"queries": {}
}
},
{
"/apollo-server-n-client/counter": {
"key": "counter",
"name": "Counter",
"icon": "appstore-o",
"position": "MIDDLE",
"path": "/apollo-server-n-client/counter",
"componentPath": "@sample-stack/counter-module-browser/lib/apollo-server-n-client/containers/Counter.js",
"hasComponent": true,
"queries": {
"CounterQueryDocument": "{}",
"CounterStateDocument": "{}"
}
}
},
{
"/": {
"path": "/",
"key": "home",
"exact": false,
"name": "Home",
"position": "MIDDLE",
"componentPath": "@sample-stack/counter-module-browser/lib/common/components/Home.js",
"hasComponent": true,
"queries": {}
}
},
{
"/emotion": {
"tab": "Emotion Styling",
"key": "emotion",
"position": "MIDDLE",
"name": "Emotion Styling",
"path": "/emotion",
"componentPath": "@sample-stack/counter-module-browser/lib/emotion/components/CompledWithTheme.js",
"hasComponent": true,
"queries": {}
}
},
{
"/redux-first-history/hello": {
"exact": true,
"icon": "export",
"name": "Hello",
"position": "MIDDLE",
"key": "/redux-first-history/hello",
"path": "/redux-first-history/hello",
"componentPath": "@sample-stack/counter-module-browser/lib/redux-first-history/components/Hello.js",
"hasComponent": true,
"queries": {}
}
},
{
"/redux-first-history/counter": {
"exact": true,
"icon": "export",
"name": "Counter",
"position": "MIDDLE",
"key": "/redux-first-history/counter",
"path": "/redux-first-history/counter",
"componentPath": "@sample-stack/counter-module-browser/lib/redux-first-history/components/Counter.js",
"hasComponent": true,
"queries": {}
}
}
]