refactor: 在 common.ts 中添加 app.ts 的导入
在 common.ts 文件中添加了 app.ts 的导入,这可能有助于模块间的连接和初始化。确保遵循模块化设计原则,合理组织代码结构。
这个提交包含在:
父节点
da112f0733
当前提交
825de25966
@ -2,3 +2,4 @@ import 'react';
|
||||
import 'react-native';
|
||||
import '@common/NavigationHelper';
|
||||
import '@common/ToastHelper.ts';
|
||||
import '@app/app.ts';
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户