This commit is contained in:
2026-06-22 00:08:48 -04:00
parent 3888339089
commit a2d20a3329
4 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type {AirTrafficLayer} from '@/services/airtraffic.ts';
import {AirTrafficLayer} from '@/services/airtraffic.ts';
import { onMounted, onUnmounted, ref, watch } from 'vue'
import Map from 'ol/Map'
import View from 'ol/View'