We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646f47 commit 9f0a138Copy full SHA for 9f0a138
src/components/options/AdvancedSkipOptionsComponent.tsx
@@ -1,7 +1,8 @@
1
import * as React from "react";
2
3
import Config from "../../config";
4
-import { AdvancedSkipRule, configToText, parseConfig, } from "../../utils/skipRule";
+import { configToText, parseConfig, } from "../../utils/skipRule";
5
+import { AdvancedSkipRule } from "../../utils/skipRule.type";
6
7
let configSaveTimeout: NodeJS.Timeout | null = null;
8
0 commit comments