diff --git a/packages/client/src/store/index.js b/packages/client/src/store/index.js index a99a638d4b..2a3edb6d01 100644 --- a/packages/client/src/store/index.js +++ b/packages/client/src/store/index.js @@ -1,6 +1,3 @@ -import { routeStore } from "./routes" -import { screenStore } from "./screens" - export { authStore } from "./auth" export { routeStore } from "./routes" export { screenStore } from "./screens"