Pretty all the things I missed

My laptop didn't have lefthook running. Oops.
This commit is contained in:
Eli Ribble 2026-03-27 14:06:50 -07:00
parent f60bde7fd9
commit 4bbfbdb9e6
No known key found for this signature in database
30 changed files with 490 additions and 487 deletions

View file

@ -15,18 +15,13 @@
</div>
<div v-else>
<h1>Map failed to load</h1>
<p>{{error}}</p>
<p>{{ error }}</p>
</div>
</template>
<script setup lang="ts">
import "maplibre-gl/dist/maplibre-gl.css";
import {
onMounted,
onUnmounted,
ref,
watch,
} from "vue";
import { onMounted, onUnmounted, ref, watch } from "vue";
import { Bounds, Marker } from "@/types";
import maplibregl from "maplibre-gl";