remove test import
This commit is contained in:
@ -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() {
|
||||||
@ -371,4 +371,4 @@ export default {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user