parent
eae54a9750
commit
a143182063
@ -1,7 +1,3 @@
|
||||
import analytics from './analytics'
|
||||
|
||||
export const setPageTitle = (title) => {
|
||||
document.title = title
|
||||
analytics().register({ title: title })
|
||||
analytics().event('LOCATION_CHANGED')
|
||||
}
|
||||
@ -1,7 +1,9 @@
|
||||
import * as ApiProxy from './ApiProxy'
|
||||
import * as FileWatchService from './FileWatchService'
|
||||
import * as QueueProxy from './QueueProxy'
|
||||
|
||||
export {
|
||||
ApiProxy,
|
||||
FileWatchService
|
||||
FileWatchService,
|
||||
QueueProxy
|
||||
}
|
||||
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
[
|
||||
{ rabbit, [ { loopback_users, [ ] }, { heartbeat, 0} ] }
|
||||
].
|
||||
].
|
||||
Loading…
Reference in New Issue