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 eaa40b1 commit 1579320Copy full SHA for 1579320
vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/LMap.java
@@ -32,7 +32,6 @@
32
import com.vaadin.flow.component.HasSize;
33
import com.vaadin.flow.component.HasStyle;
34
import com.vaadin.flow.component.Tag;
35
-import com.vaadin.flow.component.dependency.CssImport;
36
import com.vaadin.flow.component.dependency.JsModule;
37
import com.vaadin.flow.component.dependency.NpmPackage;
38
import com.vaadin.flow.shared.Registration;
@@ -48,7 +47,6 @@
48
47
@NpmPackage(value = "leaflet", version = "^1.6.0")
49
@Tag("leaflet-map")
50
@JsModule("./leaflet/leafletCon.js")
51
-@CssImport(value = "./styles/LeafletMap.css")
52
public class LMap extends Component implements HasSize, HasStyle
53
{
54
0 commit comments