refactor(client): redundant interface

This commit is contained in:
Elian Doran 2025-11-29 20:18:43 +02:00
parent e7eaa5fd58
commit b9e257a39d
No known key found for this signature in database

View File

@ -1,12 +1,8 @@
import FlexContainer from "./flex_container.js";
import appContext, { type CommandData, type CommandListenerData, type EventData, type EventNames, type NoteSwitchedContext } from "../../components/app_context.js";
import type BasicWidget from "../basic_widget.js";
import type NoteContext from "../../components/note_context.js";
import Component from "../../components/component.js";
import splitService from "../../services/resizer.js";
interface NoteContextEvent {
noteContext: NoteContext;
}
interface SplitNoteWidget extends BasicWidget {
hasBeenAlreadyShown?: boolean;