Developing Booking Form

This commit is contained in:
2023-11-26 09:21:04 -05:00
parent 8200bcde52
commit a3cdbbfbbd
13 changed files with 423 additions and 172 deletions

View File

@@ -23,7 +23,7 @@ const account = new Account(client);
const databases = new Databases(client);
let appRouter: Router;
export default boot(async ({ app, router }) => {
export default boot(async ({ router }) => {
// Initialize store
const authStore = useAuthStore();
await authStore.init();