We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5fd15 commit 096fcbbCopy full SHA for 096fcbb
src/main/java/com/flowingcode/vaadin/addons/demo/SourceCodeViewer.java
@@ -26,7 +26,6 @@
26
import com.vaadin.flow.component.HasSize;
27
import com.vaadin.flow.component.UI;
28
import com.vaadin.flow.component.dependency.JsModule;
29
-import com.vaadin.flow.component.dependency.NpmPackage;
30
import com.vaadin.flow.component.html.Div;
31
import com.vaadin.flow.dom.Element;
32
import com.vaadin.flow.server.VaadinService;
@@ -36,7 +35,6 @@
36
35
37
@SuppressWarnings("serial")
38
@JsModule("./code-viewer.ts")
39
-@NpmPackage(value = "lit", version = "2.5.0")
40
public class SourceCodeViewer extends Div implements HasSize {
41
42
private final Element codeViewer;
0 commit comments