diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-02-16 15:09:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 23:09:41 +0900 |
| commit | 63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch) | |
| tree | cb0066301adcc1168bef2246cbf13c6767151959 /packages/frontend/src/scripts/get-note-menu.ts | |
| parent | fix(server): マイグレーションad1676438468213が通らないのを修... (diff) | |
| download | sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2 sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip | |
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/src/scripts/get-note-menu.ts')
| -rw-r--r-- | packages/frontend/src/scripts/get-note-menu.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts index d2859ed9d0..48b740f4c3 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -1,6 +1,5 @@ -import { defineAsyncComponent, Ref, inject } from 'vue'; +import { defineAsyncComponent, Ref } from 'vue'; import * as misskey from 'misskey-js'; -import { pleaseLogin } from './please-login'; import { claimAchievement } from './achievements'; import { $i } from '@/account'; import { i18n } from '@/i18n'; @@ -9,7 +8,6 @@ import * as os from '@/os'; import copyToClipboard from '@/scripts/copy-to-clipboard'; import { url } from '@/config'; import { noteActions } from '@/store'; -import { notePage } from '@/filters/note'; import { miLocalStorage } from '@/local-storage'; export function getNoteMenu(props: { |