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

eslint: unused import; unused var

This commit is contained in:
lemonslut 2025-06-08 01:12:19 -06:00
parent c9e04b78d4
commit 52747bfee1
No known key found for this signature in database

View file

@ -83,9 +83,6 @@
import settingMixin from '../setting-mixin';
import Sortable from 'sortablejs';
import { deep_copy } from 'utilities/object';
const last_id = 0;
export default {
mixins: [settingMixin],