chore(react/collections): fix imports of ViewTypeOptions

This commit is contained in:
Elian Doran
2025-08-30 14:32:06 +03:00
parent ffb90c2b4b
commit 5fb843268f
10 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ import { getHelpUrlForNote } from "../services/in_app_help";
import froca from "../services/froca";
import NoteLink from "./react/NoteLink";
import RawHtml from "./react/RawHtml";
import { ViewTypeOptions } from "../services/note_list_renderer";
import { ViewTypeOptions } from "./collections/interface";
export interface FloatingButtonContext {
parentComponent: Component;