Skip to content

Commit

Permalink
use types where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed Apr 2, 2024
1 parent dcfe912 commit 871a2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/adguard-api/extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import browser from 'webextension-polyfill';
import {
AdguardApi,
Configuration,
RequestBlockingEvent,
type Configuration,
type RequestBlockingEvent,
MESSAGE_HANDLER_NAME,
} from '@adguard/api';

Expand Down

0 comments on commit 871a2f2

Please sign in to comment.