Remove erroneous "MapCell' component

Eliminates a warning in the build step
This commit is contained in:
Eli Ribble 2026-04-27 16:23:46 +00:00
parent ffe427564b
commit b92697b8c8
No known key found for this signature in database

View file

@ -212,7 +212,7 @@
<script setup lang="ts">
import { ref, computed, onMounted } from "vue";
import MapCell from "@/components/MapCell.vue";
import Map from "@/map/Map.vue";
import { Address } from "@/type/api";
// Types
interface LatLng {