mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
eslint: unused import
This commit is contained in:
parent
44d4adbfc7
commit
fc19bc3554
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue