1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00

eslint: unused import

This commit is contained in:
lemonslut 2025-06-08 01:14:30 -06:00
parent 4fc3c58536
commit 62cc376f9f
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
'use strict'; 'use strict';
import Module, { GenericModule } from 'utilities/module'; import Module from 'utilities/module';
let last_site = 0; let last_site = 0;
let last_call = 0; let last_call = 0;