Rename file

This commit is contained in:
Adria Navarro 2025-01-09 11:24:37 +01:00
parent b50e2c7d29
commit 45ee157037
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export { authStore } from "./auth"
export { appStore } from "./app"
export { notificationStore } from "./notification"
export { notificationStore } from "./notification.ts"
export { routeStore } from "./routes"
export { screenStore } from "./screens"
export { builderStore } from "./builder"