We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6598d commit 800e001Copy full SHA for 800e001
src/components/OptionsForm.vue
@@ -8,7 +8,6 @@ import {
8
githubPatStorage,
9
customListsStorage,
10
} from "@/utils/storage";
11
-import { useForm } from "@/composables/useForm";
12
13
const { state, hasChanges, reset, saveChanges } = useForm<{
14
hideGeneratedLineCount: boolean;
0 commit comments