style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 1m31s
TrafficCue CI / build (push) Successful in 9m49s
TrafficCue CI / build-android (push) Successful in 23m30s

This commit is contained in:
2025-10-03 19:54:14 +02:00
parent de06d09d1c
commit 639b2c1aeb
13 changed files with 108 additions and 65 deletions

View File

@ -1,9 +1,5 @@
<script lang="ts">
import {
DownloadIcon,
FuelIcon,
ParkingSquareIcon,
} from "@lucide/svelte";
import { DownloadIcon, FuelIcon, ParkingSquareIcon } from "@lucide/svelte";
import { Button } from "../../ui/button";
import VehicleSelector from "../VehicleSelector.svelte";
import Post from "../Post.svelte";