Skip to content

Commit 9f0a138

Browse files
committed
Fix import error
1 parent 4646f47 commit 9f0a138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/options/AdvancedSkipOptionsComponent.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import * as React from "react";
22

33
import Config from "../../config";
4-
import { AdvancedSkipRule, configToText, parseConfig, } from "../../utils/skipRule";
4+
import { configToText, parseConfig, } from "../../utils/skipRule";
5+
import { AdvancedSkipRule } from "../../utils/skipRule.type";
56

67
let configSaveTimeout: NodeJS.Timeout | null = null;
78

0 commit comments

Comments
 (0)