remove unused imports from plugin.ts
This commit is contained in:
parent
2e75f1c6fd
commit
25bb97945c
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
import { ref } from 'vue';
|
||||
import { Interpreter, Parser, utils, values } from '@syuilo/aiscript';
|
||||
import { aiScriptReadline, createAiScriptEnv } from '@/scripts/aiscript/api.js';
|
||||
import * as os from '@/os.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { Plugin, noteActions, notePostInterruptors, noteViewInterruptors, postFormActions, userActions, pageViewInterruptors } from '@/store.js';
|
||||
import { warningExternalWebsite } from '@/scripts/warning-external-website.js';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue