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 28d3545 commit 8a77f1aCopy full SHA for 8a77f1a
src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindow.java
@@ -26,7 +26,6 @@
26
import com.vaadin.flow.component.button.Button;
27
import com.vaadin.flow.component.button.ButtonVariant;
28
import com.vaadin.flow.component.dependency.CssImport;
29
-import com.vaadin.flow.component.dependency.Uses;
30
import com.vaadin.flow.component.dialog.Dialog;
31
import com.vaadin.flow.component.html.Div;
32
import com.vaadin.flow.component.icon.VaadinIcon;
@@ -48,7 +47,6 @@
48
47
* @author pbartolo
49
*/
50
@SuppressWarnings("serial")
51
-@Uses(ClipboardHelper.class)
52
@CssImport(value = "./flowingcode/error-window.css")
53
public class ErrorWindow extends Dialog {
54
0 commit comments