Skip to content

Commit

Permalink
Remove DevUI JsonRpcService no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 6, 2023
1 parent 7e8677f commit 8b234fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions deployment/src/main/resources/dev-ui/qwc-quinoa-card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {LitElement, html, css} from 'lit';
import {JsonRpc} from 'jsonrpc';
import {notifier} from 'notifier';
import {pages} from 'build-time-data';
import '@vaadin/progress-bar';
Expand All @@ -11,8 +10,6 @@ const DESCRIPTION = "Quinoa serves single page applications or web components (b

export class QwcQuinoaCard extends LitElement {

jsonRpc = new JsonRpc(this);

static styles = css`
.identity {
display: flex;
Expand Down

This file was deleted.

0 comments on commit 8b234fe

Please sign in to comment.