1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00
This commit is contained in:
Andrew Kingston 2020-12-11 16:19:56 +00:00
parent 672fe3fcc9
commit a3992acfa8

View file

@ -1,6 +1,3 @@
import { routeStore } from "./routes"
import { screenStore } from "./screens"
export { authStore } from "./auth" export { authStore } from "./auth"
export { routeStore } from "./routes" export { routeStore } from "./routes"
export { screenStore } from "./screens" export { screenStore } from "./screens"