style: run prettier
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { onMount } from "svelte";
|
||||
import {
|
||||
MapLibre,
|
||||
Marker,
|
||||
Protocol,
|
||||
} from "svelte-maplibre-gl";
|
||||
import { MapLibre, Marker, Protocol } from "svelte-maplibre-gl";
|
||||
import { view } from "./sidebar.svelte";
|
||||
import { map, pin } from "./map.svelte";
|
||||
import {
|
||||
|
||||
@ -37,4 +37,4 @@
|
||||
{/if}
|
||||
{#if routing.geojson.route}
|
||||
{@render layer(routing.geojson.route, "route", "#3478f6")}
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user