summaryrefslogtreecommitdiff
path: root/packages/webapi/src/lib/CustomEvent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/webapi/src/lib/CustomEvent.ts')
-rw-r--r--packages/webapi/src/lib/CustomEvent.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/webapi/src/lib/CustomEvent.ts b/packages/webapi/src/lib/CustomEvent.ts
index 5fca7b598..1269b7216 100644
--- a/packages/webapi/src/lib/CustomEvent.ts
+++ b/packages/webapi/src/lib/CustomEvent.ts
@@ -1,5 +1,5 @@
-import * as _ from './utils'
import { Event } from 'event-target-shim'
+import * as _ from './utils'
class CustomEvent<
TEventType extends string = string