chore: move analytics to platform (#2960)
This commit is contained in:
@@ -5,9 +5,11 @@ import { def as collectionsDef } from "./collections"
|
||||
import { def as settingsDef } from "./settings"
|
||||
import { def as historyDef } from "./history"
|
||||
import { def as tabStateDef } from "./tab"
|
||||
import { def as analyticsDef } from "./analytics"
|
||||
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
analytics: analyticsDef,
|
||||
sync: {
|
||||
environments: envDef,
|
||||
collections: collectionsDef,
|
||||
|
||||
Reference in New Issue
Block a user