Skip to content

Commit fd789f0

Browse files
committed
🐛 EVENTS is not defined due to recursive import
Thanks @IanSSenne for catching that one!
1 parent 8616cf9 commit fd789f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { name as pluginID } from '../../package.json'
2-
import { Variant } from '../variants'
2+
import type { Variant } from '../variants'
33
import { Subscribable } from './subscribable'
44

55
export class PluginEvent<EventData = void> extends Subscribable<EventData> {

0 commit comments

Comments
 (0)