We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc0afa commit 1d899b3Copy full SHA for 1d899b3
special-pages/pages/duckplayer/src/index.js
@@ -4,10 +4,7 @@ import { createSpecialPageMessaging } from '../../../shared/create-special-page-
4
import { init } from '../app/index.js';
5
import { initStorage } from './storage.js';
6
import '../../../shared/live-reload.js';
7
-import {
8
- ReportMetric,
9
- EXCEPTION_KIND_MESSAGING_ERROR,
10
-} from '../../../shared/report-metric.js';
+import { ReportMetric, EXCEPTION_KIND_MESSAGING_ERROR } from '../../../shared/report-metric.js';
11
12
export class DuckplayerPage {
13
/**
0 commit comments