remove test import

This commit is contained in:
Andrew
2023-03-04 20:51:38 +00:00
parent 389e4a446e
commit c04d705191

View File

@ -49,7 +49,7 @@ import { ref } from 'vue';
import {fromLonLat, toLonLat} from 'ol/proj.js'; import {fromLonLat, toLonLat} from 'ol/proj.js';
import app from '../api/firebase'; import app from '../api/firebase';
import { getFunctions, httpsCallable, connectFunctionsEmulator } from "firebase/functions"; import { getFunctions, httpsCallable, connectFunctionsEmulator } from "firebase/functions";
import SidebarPanel from '../components/SidebarPanel.vue' // import SidebarPanel from '../components/SidebarPanel.vue'
import { set } from 'ol/transform'; import { set } from 'ol/transform';
export default { export default {
@ -85,7 +85,7 @@ export default {
}, },
components: { components: {
SidebarPanel // SidebarPanel
}, },
created() { created() {