Remove erroneous "MapCell' component
Eliminates a warning in the build step
This commit is contained in:
parent
ffe427564b
commit
b92697b8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, computed, onMounted } from "vue";
|
import { ref, computed, onMounted } from "vue";
|
||||||
|
|
||||||
import MapCell from "@/components/MapCell.vue";
|
import Map from "@/map/Map.vue";
|
||||||
import { Address } from "@/type/api";
|
import { Address } from "@/type/api";
|
||||||
// Types
|
// Types
|
||||||
interface LatLng {
|
interface LatLng {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue