Move bounds to API types
This commit is contained in:
parent
f88ca57d97
commit
531f3282d9
8 changed files with 13 additions and 15 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue