Skip to content

Commit 4eeaa82

Browse files
committed
ur-lite: add missing StateMgr
1 parent d1b6121 commit 4eeaa82

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed

_mur/common/@common.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
88
\*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ * /////////////////////////////////////*/
99

10+
import StateMgr from './class-state-mgr.ts';
11+
12+
/// CLASS EXPORTS /////////////////////////////////////////////////////////////
13+
/// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
14+
export { StateMgr }; // used by NetCreate.jsx
15+
1016
/// UTILITY EXPORTS ///////////////////////////////////////////////////////////
1117
/// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1218
/** named: TERM, CSS, ANSI, ConsoleStyler, TerminalLog */

0 commit comments

Comments
 (0)