Fix client build

This commit is contained in:
2026-06-27 17:58:22 -04:00
parent d398cd3a04
commit 773d89c378

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import Loading from '@/components/Loading.vue';
import {getAQILabel, getPressureTrend} from '@/services/units.ts';
import {getPressureTrend} from '@/services/units.ts';
import {inject, onMounted, ref} from 'vue';
import {api, BASE} from '../services/api';