chore(react/ribbon): bring back tab filtering

This commit is contained in:
Elian Doran
2025-08-22 15:53:52 +03:00
parent bf0213907e
commit b99d01ad7b
5 changed files with 45 additions and 68 deletions

View File

@@ -0,0 +1,5 @@
import FNote from "../../entities/fnote";
export interface TabContext {
note: FNote | null | undefined;
}