This commit is contained in:
ThatOneCalculator 2023-01-03 17:56:26 -08:00
parent 1487d9dce7
commit 51ab2cbc18
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.8.1",
"version": "13.0.8.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -22,6 +22,7 @@
import { computed, defineAsyncComponent } from 'vue';
import FormSwitch from '@/components/form/switch.vue';
import FormLink from '@/components/form/link.vue';
import MkButton from '@/components/MkButton.vue';
import * as os from '@/os';
import { popup } from '@/os';
import { defaultStore } from '@/store';