mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-15 12:02:18 +08:00
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
/**
|
|
* 全局状态管理
|
|
*/
|
|
|
|
import Fesx from './fesx';
|
|
|
|
const collection = new Fesx('outside');
|
|
|
|
export default collection;
|