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 5cc0219 commit 7729c43Copy full SHA for 7729c43
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