core: refactor database update event logic

This commit is contained in:
Abdullah Atta
2024-03-14 09:58:36 +05:00
parent b001107135
commit 335021090d
5 changed files with 63 additions and 30 deletions

View File

@@ -31,3 +31,4 @@ export {
highlightInternalLinks,
type TextSlice
} from "./utils/content-block";
export { type DatabaseUpdatedEvent } from "./database";