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: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 { 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 PER_PAGE = 20;
@ -551,4 +551,4 @@ export default {
},
}
}
</script>
</script>