浏览代码

fix(jwt): import for mobile.

j8
hristoterezov 7 年前
父节点
当前提交
00d1edcdef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/app/components/App.native.js

+ 1
- 0
react/features/app/components/App.native.js 查看文件

6
 
6
 
7
 import '../../analytics';
7
 import '../../analytics';
8
 import '../../authentication';
8
 import '../../authentication';
9
+import '../../base/jwt';
9
 import { Platform } from '../../base/react';
10
 import { Platform } from '../../base/react';
10
 import {
11
 import {
11
     AspectRatioDetector,
12
     AspectRatioDetector,

正在加载...
取消
保存