Skip to content
Snippets Groups Projects
Commit 17606c79 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix missing semicolon

parent 1f0b6fbe
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import {css, html} from 'lit-element'; ...@@ -3,7 +3,7 @@ import {css, html} from 'lit-element';
import {ifDefined} from 'lit-html/directives/if-defined'; import {ifDefined} from 'lit-html/directives/if-defined';
import {ScopedElementsMixin} from '@open-wc/scoped-elements'; import {ScopedElementsMixin} from '@open-wc/scoped-elements';
// import JSONLD from 'vpu-common/jsonld'; // import JSONLD from 'vpu-common/jsonld';
import VPULitElement from 'vpu-common/vpu-lit-element' import VPULitElement from 'vpu-common/vpu-lit-element';
import * as commonUtils from "vpu-common/utils"; import * as commonUtils from "vpu-common/utils";
import {Icon} from 'vpu-common'; import {Icon} from 'vpu-common';
import * as commonStyles from 'vpu-common/styles'; import * as commonStyles from 'vpu-common/styles';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment