common: fix missing exports

This commit is contained in:
Ammar Ahmed
2024-10-03 10:13:24 +05:00
committed by Abdullah Atta
parent 2a34225d49
commit 24fcd5cd0c

View File

@@ -27,3 +27,5 @@ export * from "./resolve-items.js";
export * from "./migrate-toolbar.js";
export * from "./export-notes.js";
export * from "./dataurl.js";
export * from "./tab-history.js";
export * from "./editor-sessions.js";