diff --git a/app/src/lib/stores/application.ts b/app/src/lib/stores/application.ts index 082803f..d381b80 100644 --- a/app/src/lib/stores/application.ts +++ b/app/src/lib/stores/application.ts @@ -34,14 +34,6 @@ interface View { } const defaultViews: View[] = [ - { - name: 'Stream', - content: { - id: 'root', - layout: 'column', - widgets: [{ id: 2, component: 'Stream' }] - } - }, { name: '3D representation', content: { @@ -50,6 +42,14 @@ const defaultViews: View[] = [ widgets: [{ id: 2, component: 'Visualization', props: { debug: true } }] } }, + { + name: 'Stream', + content: { + id: 'root', + layout: 'column', + widgets: [{ id: 2, component: 'Stream' }] + } + }, { name: 'Split screen', content: {