mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/commons): fix compilation
This commit is contained in:
parent
40fec89add
commit
b27ff1def5
@ -1 +1,6 @@
|
|||||||
export * from './lib/commons.js';
|
export * from "./lib/i18n.js";
|
||||||
|
export * from "./lib/options_interface.js";
|
||||||
|
export * from "./lib/keyboard_actions_interface.js";
|
||||||
|
export * from "./lib/hidden_subtree.js";
|
||||||
|
export * from "./lib/rows.js";
|
||||||
|
export * from "./lib/test-utils.js"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
export * from "./i18n.js";
|
|
||||||
export * from "./options_interface.js";
|
|
||||||
export * from "./keyboard_actions_interface.js";
|
|
||||||
export * from "./hidden_subtree.js";
|
|
||||||
export * from "./rows.js";
|
|
||||||
export * from "./test-utils.js"
|
|
Loading…
x
Reference in New Issue
Block a user