update cluster radius, various cleanups

This commit is contained in:
Will Freeman
2024-12-24 17:06:49 -08:00
parent 03752a6ec6
commit 5e88647c54
5 changed files with 6 additions and 33 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { defineStore } from 'pinia';
import { onBeforeMount, computed, ref, type Ref } from 'vue';
import { computed, ref, type Ref } from 'vue';
import type { ALPR } from '@/types';
import axios from 'axios';
import type { BoundingBox } from '@/services/apiService'; // TODO: this is a strange place to hold this type