fix: 🚑 fix switch import

This commit is contained in:
ThatOneCalculator 2023-06-15 16:25:31 -07:00
parent 1dbe44b211
commit ef37b360ed
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -106,7 +106,7 @@ import { hostname } from "@/config";
import { byteify, hexify, stringify } from "@/scripts/2fa";
import MkButton from "@/components/MkButton.vue";
import MkInfo from "@/components/MkInfo.vue";
import MkSwitch from "@/components/MkSwitch.vue";
import MkSwitch from "@/components/form/switch.vue";
import FormSection from "@/components/form/section.vue";
import MkFolder from "@/components/MkFolder.vue";
import * as os from "@/os";