Skip to content

Commit 5e2c0d0

Browse files
committedApr 9, 2024
Minor fixes
1 parent 551db40 commit 5e2c0d0

File tree

1 file changed

+1
-1
lines changed
  • packages/ui/src/modules/trackers-preview

1 file changed

+1
-1
lines changed
 

‎packages/ui/src/modules/trackers-preview/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file, You can obtain one at http://mozilla.org/MPL/2.0
1010
*/
1111

12-
import { html, define, msg, dispatch } from 'hybrids';
12+
import { html, define, dispatch } from 'hybrids';
1313
import { sortCategories } from '@ghostery/ui/categories';
1414

1515
import DisablePreviewImg from './assets/disable-preview.svg';

0 commit comments

Comments
 (0)
Please sign in to comment.