Fixes casing of the tokendata command.
This commit is contained in:
parent
4d335e086b
commit
05e9dfca92
2
app.js
2
app.js
|
@ -28,7 +28,7 @@ import ConferenceUrl from './modules/URL/ConferenceUrl';
|
|||
import API from './modules/API/API';
|
||||
|
||||
import UIEvents from './service/UI/UIEvents';
|
||||
import getTokenData from "./modules/TokenData/TokenData";
|
||||
import getTokenData from "./modules/tokendata/TokenData";
|
||||
import translation from "./modules/translation/translation";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue