Lint
This commit is contained in:
parent
7e70fe102c
commit
0b07849967
|
@ -5,7 +5,6 @@ import {
|
||||||
selectedComponent,
|
selectedComponent,
|
||||||
screenHistoryStore,
|
screenHistoryStore,
|
||||||
automationHistoryStore,
|
automationHistoryStore,
|
||||||
store,
|
|
||||||
} from "builderStore"
|
} from "builderStore"
|
||||||
import {
|
import {
|
||||||
datasources,
|
datasources,
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import { writable } from "svelte/store"
|
|
||||||
|
|
||||||
export { authStore } from "./auth"
|
export { authStore } from "./auth"
|
||||||
export { appStore } from "./app"
|
export { appStore } from "./app"
|
||||||
export { notificationStore } from "./notification"
|
export { notificationStore } from "./notification"
|
||||||
|
|
Loading…
Reference in New Issue