1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: unused import

This commit is contained in:
lemonslut 2025-06-08 01:11:01 -06:00
parent a5cc8c06b5
commit ec6969aeb7
No known key found for this signature in database

View file

@ -6,7 +6,6 @@
import { createElement } from 'utilities/dom';
import { getDialogNextZ } from 'utilities/dialog';
import { deep_copy } from 'utilities/object';
import Module from 'utilities/module';
@ -197,4 +196,4 @@ export default class LinkCard extends Module {
return child;
}
}
}