A whole lot of cleaning going on

This commit is contained in:
Matthew Raymer
2023-09-04 20:44:00 +08:00
parent b59bcf249a
commit fd43da93a5
21 changed files with 170 additions and 46 deletions

View File

@@ -107,7 +107,7 @@ import * as didJwt from "did-jwt";
import { Component, Vue } from "vue-facing-decorator";
import { LMap, LMarker, LTileLayer } from "@vue-leaflet/vue-leaflet";
import { accountsDB, db } from "@/db";
import { accountsDB, db } from "@/db/index";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import { accessToken, SimpleSigner } from "@/libs/crypto";
import { useAppStore } from "@/store/app";