Skip to content

Commit ebd9fba

Browse files
committed
Still need error handler when remotes are faild.
1 parent c5b5d73 commit ebd9fba

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

hello-world/src/HelloApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export const HelloApp: CyApp = {
44
id: 'hello',
55
name: 'Hello Cy World App',
66
description: 'Hello-world example app for Cytoscape Web',
7-
url: '',
87
components: [
98
{
109
id: 'MenuExample',

simple-menu/src/SimpleMenuApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const SimpleMenuApp: CyApp = {
77
id: 'simpleMenu',
88
name: 'Simple menu app',
99
description: 'Example app to add a menu item under the App menu',
10-
url: '', // Will be injected by the build script
1110
components: [
1211
{
1312
id: 'AppMenuItem',

simple-menu/src/components/CySimpleMenuItem.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.

simple-menu/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default {
4444
},
4545
exposes: {
4646
'./SimpleMenuApp': './src/SimpleMenuApp',
47-
'./CySimpleMenuItem': './src/components/CySimpleMenuItem',
4847
'./AppMenuItem': './src/components/AppMenuItem',
4948
},
5049
shared: {

simple-panel/src/SimplePanelApp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ComponentType, CyApp } from '@cytoscape-web/types'
33
export const SimplePanelApp: CyApp = {
44
id: 'simplePanel',
55
name: 'Simple Panel App',
6-
url: '',
76
components: [
87
{
98
id: 'SimplePanel',

0 commit comments

Comments
 (0)