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 app from '../api/firebase';
import { getFunctions, httpsCallable, connectFunctionsEmulator } from "firebase/functions";
import SidebarPanel from '../components/SidebarPanel.vue'
// import SidebarPanel from '../components/SidebarPanel.vue'
import { set } from 'ol/transform';
export default {
@ -85,7 +85,7 @@ export default {
},
components: {
SidebarPanel
// SidebarPanel
},
created() {
@ -371,4 +371,4 @@ export default {
left: 50%;
z-index: 0;
}
</style>
</style>