Browse Source

fix(jwt): import for mobile.

efficient_tiling
hristoterezov 7 years ago
parent
commit
00d1edcdef
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/app/components/App.native.js

+ 1
- 0
react/features/app/components/App.native.js View File

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,

Loading…
Cancel
Save