Skip to content

Commit 9226ed8

Browse files
committed
fix imports
1 parent f34428f commit 9226ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tswebextension/src/lib/mv2/background/engine-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import browser from 'webextension-polyfill';
22
import {
3+
IRuleList,
34
BufferRuleList,
45
RuleStorage,
56
Engine,
@@ -22,7 +23,6 @@ import type { Allowlist } from './allowlist';
2223
import type { StealthApi } from './stealth-api';
2324
import type { ConfigurationMV2 } from './configuration';
2425
import type { AppContext } from './context';
25-
import { IRuleList } from '@adguard/tsurlfilter/*';
2626

2727
/**
2828
* Request Match Query.

packages/tswebextension/src/lib/mv3/background/engine-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
IRuleList,
23
BufferRuleList,
34
RuleStorage,
45
Engine,
@@ -21,7 +22,6 @@ import { CosmeticApiCommon } from '../../common/cosmetic-api';
2122
import { logger } from '../utils/logger';
2223

2324
import { ConfigurationMV3 } from './configuration';
24-
import { IRuleList } from '@adguard/tsurlfilter/*';
2525

2626
const ASYNC_LOAD_CHINK_SIZE = 5000;
2727
const USER_FILTER_ID = 0;

0 commit comments

Comments
 (0)