diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-02-04 11:33:08 -0500 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-02-04 11:33:08 -0500 |
| commit | 25bb97945c5f8e3c958189271855b7036637b60a (patch) | |
| tree | d4e12bcec6ab6a09faa59c9299b22c213a452c05 /packages/frontend/src/plugin.ts | |
| parent | remove extraneous newline in os.ts (diff) | |
| download | sharkey-25bb97945c5f8e3c958189271855b7036637b60a.tar.gz sharkey-25bb97945c5f8e3c958189271855b7036637b60a.tar.bz2 sharkey-25bb97945c5f8e3c958189271855b7036637b60a.zip | |
remove unused imports from plugin.ts
Diffstat (limited to 'packages/frontend/src/plugin.ts')
| -rw-r--r-- | packages/frontend/src/plugin.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/plugin.ts b/packages/frontend/src/plugin.ts index c0034d414c..27bb34da36 100644 --- a/packages/frontend/src/plugin.ts +++ b/packages/frontend/src/plugin.ts @@ -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'; |