Browse Source

refactor: 在 common.ts 中添加 app.ts 的导入

在 common.ts 文件中添加了 app.ts 的导入,这可能有助于模块间的连接和初始化。确保遵循模块化设计原则,合理组织代码结构。
xuqm 1 week ago
parent
commit
825de25966
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/common.ts

+ 1 - 0
src/common/common.ts

@@ -2,3 +2,4 @@ import 'react';
 import 'react-native';
 import '@common/NavigationHelper';
 import '@common/ToastHelper.ts';
+import '@app/app.ts';