chore(monorepo/client): set up some common dependencies

This commit is contained in:
Elian Doran
2025-04-18 10:04:06 +03:00
parent 42744acbb3
commit 011c859cea
44 changed files with 85 additions and 67 deletions

View File

@@ -0,0 +1,3 @@
export * from "./i18n.js";
export * from "./options_interface.js";
export * from "./keyboard_actions_interface.js";