Developing Booking Form
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user