diff --git a/apps/client/src/widgets/note_list.ts b/apps/client/src/widgets/note_list.ts index c49e4870c..81a818bdb 100644 --- a/apps/client/src/widgets/note_list.ts +++ b/apps/client/src/widgets/note_list.ts @@ -1,8 +1,10 @@ import NoteContextAwareWidget from "./note_context_aware_widget.js"; import NoteListRenderer from "../services/note_list_renderer.js"; import type FNote from "../entities/fnote.js"; -import type { CommandListener, CommandListenerData, EventData } from "../components/app_context.js"; +import type { CommandListener, CommandListenerData, CommandMappings, CommandNames, EventData } from "../components/app_context.js"; import type ViewMode from "./view_widgets/view_mode.js"; +import AttributeDetailWidget from "./attribute_widgets/attribute_detail.js"; +import { Attribute } from "../services/attribute_parser.js"; const TPL = /*html*/`