From 5ae0736a3ecc8e81ac043cceb3a5c0a07d463748 Mon Sep 17 00:00:00 2001 From: yuriha-chan Date: Wed, 4 Oct 2023 19:53:03 +0900 Subject: [PATCH] fix embed --- packages/frontend/src/scripts/get-note-menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts index c9e2af8c0a2c..3302bc0d0154 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -16,7 +16,7 @@ import { defaultStore, noteActions } from '@/store.js'; import { miLocalStorage } from '@/local-storage.js'; import { getUserMenu } from '@/scripts/get-user-menu.js'; import { clipsCache } from '@/cache.js'; -import { getEmbedCode } from '@/get-embed-code.js'; +import { getEmbedCode } from '@/scripts/get-embed-code.js'; import { MenuItem } from '@/types/menu.js'; export async function getNoteClipMenu(props: {