updated android to work with changes to app/archive.js (#1074)
This commit is contained in:
parent
4e0425ad7e
commit
eb9fba3da6
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@ import Raven from 'raven-js';
|
|||
import { setApiUrlPrefix } from '../app/api';
|
||||
import metrics from '../app/metrics';
|
||||
//import assets from '../common/assets';
|
||||
import Archive from '../app/archive';
|
||||
import Header from '../app/ui/header';
|
||||
import storage from '../app/storage';
|
||||
import controller from '../app/controller';
|
||||
|
@ -83,6 +84,7 @@ function body(main) {
|
|||
state.capabilities = {
|
||||
account: true
|
||||
}; //TODO
|
||||
state.archive = new Archive();
|
||||
state.storage = storage;
|
||||
state.user = new User(storage);
|
||||
state.raven = Raven;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue