chore(react/floating_buttons): fix wrong import of fnote

This commit is contained in:
Elian Doran
2025-08-28 20:28:55 +03:00
parent 938d295bf3
commit af0ba32dd9
3 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { NoteType } from "@triliumnext/commons";
import { ViewTypeOptions } from "./note_list_renderer";
import { FNote } from "./frontend_script_entrypoint";
import FNote from "../entities/fnote";
export const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
canvas: null,