ref: move 'jwt' feature to 'base'

This commit is contained in:
paweldomas
2017-10-05 17:54:13 -05:00
committed by Lyubo Marinov
parent 887e1b6828
commit 122be9e0e0
28 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// @flow
import * as JitsiMeetConferenceEvents from '../../ConferenceEvents';
import { parseJWTFromURLParams } from '../../react/features/jwt';
import { parseJWTFromURLParams } from '../../react/features/base/jwt';
import { getJitsiMeetTransport } from '../transport';
import { API_ID } from './constants';