style: run prettier

This commit is contained in:
Cfp
2025-07-14 14:54:35 +02:00
parent 82a5cb3e31
commit 24274bb770
2 changed files with 2 additions and 6 deletions

View File

@ -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 {

View File

@ -37,4 +37,4 @@
{/if}
{#if routing.geojson.route}
{@render layer(routing.geojson.route, "route", "#3478f6")}
{/if}
{/if}