Fix missing AddressAndMapLocator import for RMO water
This commit is contained in:
parent
7483a6a695
commit
3379251ccb
1 changed files with 1 additions and 0 deletions
|
|
@ -620,6 +620,7 @@ select.tall {
|
|||
import { computed, onMounted, ref } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
import ImageUpload, { Image } from "@/components/ImageUpload.vue";
|
||||
import AddressAndMapLocator from "@/rmo/components/AddressAndMapLocator.vue";
|
||||
import Tooltip from "@/components/Tooltip.vue";
|
||||
import { useStoreGeocode } from "@/store/geocode";
|
||||
import { useStoreLocal } from "@/store/local";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue