refactor(react): add type safety for note labels

This commit is contained in:
Elian Doran
2025-09-14 10:16:52 +03:00
parent 8a66ee7565
commit b8e4947adb
11 changed files with 84 additions and 36 deletions

View File

@@ -17,4 +17,4 @@ export default function NotePropertiesTab({ note }: TabContext) {
)}
</div>
)
}
}