Skip to content

Commit 1579320

Browse files
committed
Removed css import
1 parent eaa40b1 commit 1579320

File tree

1 file changed

+0
-2
lines changed
  • vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow

1 file changed

+0
-2
lines changed

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/LMap.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import com.vaadin.flow.component.HasSize;
3333
import com.vaadin.flow.component.HasStyle;
3434
import com.vaadin.flow.component.Tag;
35-
import com.vaadin.flow.component.dependency.CssImport;
3635
import com.vaadin.flow.component.dependency.JsModule;
3736
import com.vaadin.flow.component.dependency.NpmPackage;
3837
import com.vaadin.flow.shared.Registration;
@@ -48,7 +47,6 @@
4847
@NpmPackage(value = "leaflet", version = "^1.6.0")
4948
@Tag("leaflet-map")
5049
@JsModule("./leaflet/leafletCon.js")
51-
@CssImport(value = "./styles/LeafletMap.css")
5250
public class LMap extends Component implements HasSize, HasStyle
5351
{
5452

0 commit comments

Comments
 (0)