fixing import

This commit is contained in:
Martin McKeaveney 2021-09-30 16:52:21 +01:00
parent 665a9620a4
commit 7a7fd6c02f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { writable, derived } from "svelte/store"
import Manifest from "manifest.json"
import { findComponentById, findComponentPathById } from "../utils/components"
import analytics from "../api/analytics"
import { pingEndUser } from "../api"
const dispatchEvent = (type, data = {}) => {
window.dispatchEvent(
@ -66,7 +66,7 @@ const createBuilderStore = () => {
dispatchEvent("preview-loaded")
},
pingEndUser: () => {
analytics.pingEndUser()
pingEndUser()
},
setSelectedPath: path => {
writableStore.update(state => {