1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

eslint: unused import

This commit is contained in:
lemonslut 2025-06-08 01:13:54 -06:00
parent 44d4adbfc7
commit fc19bc3554
No known key found for this signature in database

View file

@ -232,7 +232,7 @@ import displace from 'displacejs';
import Parser from '@ffz/icu-msgparser'; import Parser from '@ffz/icu-msgparser';
import { saveAs } from 'file-saver'; import { saveAs } from 'file-saver';
import { deep_equals, deep_copy, sleep } from 'utilities/object'; import { deep_equals, deep_copy } from 'utilities/object';
const parser = new Parser(); const parser = new Parser();
const PER_PAGE = 20; const PER_PAGE = 20;