Move bounds to API types

This commit is contained in:
Eli Ribble 2026-04-09 01:02:25 +00:00
parent f88ca57d97
commit 531f3282d9
No known key found for this signature in database
8 changed files with 13 additions and 15 deletions

View file

@ -159,7 +159,7 @@ import { onMounted, reactive } from "vue";
import MapAggregate from "@/components/MapAggregate.vue";
import { formatBigNumber, formatTimeRelative } from "@/format";
import { useSessionStore } from "@/store/session";
import type { Bounds } from "@/types";
import type { Bounds } from "@/type/api";
const dashboard = reactive({
counts: {