Skip to content

Commit

Permalink
Fix LintJS
Browse files Browse the repository at this point in the history
  • Loading branch information
aiborii committed Nov 11, 2023
1 parent c413416 commit 9ab8f27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext/js/pages/settings/backup-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
*/

import * as Dexie from '../../../lib/dexie.js';
import { isObject, log } from '../../core.js';
import { OptionsUtil } from '../../data/options-util.js';
import { ArrayBufferUtil } from '../../data/sandbox/array-buffer-util.js';
import { yomitan } from '../../yomitan.js';
import { DictionaryController } from './dictionary-controller.js';
import {isObject, log} from '../../core.js';
import {OptionsUtil} from '../../data/options-util.js';
import {ArrayBufferUtil} from '../../data/sandbox/array-buffer-util.js';
import {yomitan} from '../../yomitan.js';
import {DictionaryController} from './dictionary-controller.js';

export class BackupController {
constructor(settingsController, modalController) {
Expand Down

0 comments on commit 9ab8f27

Please sign in to comment.