Skip to content

Commit

Permalink
fix embed
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Oct 4, 2023
1 parent 82ab975 commit 5ae0736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/get-note-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5ae0736

Please sign in to comment.