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 a8914aa commit 18b07efCopy full SHA for 18b07ef
src/test/java/com/flowingcode/addons/ycalendar/InlineDatePickerDemo.java
@@ -20,14 +20,10 @@
20
package com.flowingcode.addons.ycalendar;
21
22
import com.flowingcode.vaadin.addons.demo.DemoSource;
23
-import com.vaadin.flow.component.dependency.CssImport;
24
import com.vaadin.flow.component.html.Div;
25
-import com.vaadin.flow.component.html.Span;
26
import com.vaadin.flow.component.notification.Notification;
27
-import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
28
import com.vaadin.flow.router.PageTitle;
29
import com.vaadin.flow.router.Route;
30
-import java.time.DayOfWeek;
31
import java.util.Objects;
32
33
@DemoSource
0 commit comments