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