Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 12, 2024
1 parent f34428f commit 9226ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import browser from 'webextension-polyfill';
import {
IRuleList,
BufferRuleList,
RuleStorage,
Engine,
Expand All @@ -22,7 +23,6 @@ import type { Allowlist } from './allowlist';
import type { StealthApi } from './stealth-api';
import type { ConfigurationMV2 } from './configuration';
import type { AppContext } from './context';
import { IRuleList } from '@adguard/tsurlfilter/*';

/**
* Request Match Query.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
IRuleList,
BufferRuleList,
RuleStorage,
Engine,
Expand All @@ -21,7 +22,6 @@ import { CosmeticApiCommon } from '../../common/cosmetic-api';
import { logger } from '../utils/logger';

import { ConfigurationMV3 } from './configuration';
import { IRuleList } from '@adguard/tsurlfilter/*';

const ASYNC_LOAD_CHINK_SIZE = 5000;
const USER_FILTER_ID = 0;
Expand Down

0 comments on commit 9226ed8

Please sign in to comment.