updated login/signup form to shadcn

This commit is contained in:
2025-07-10 09:39:49 -04:00
parent 5143be1a67
commit 14cbbccd3a
13 changed files with 298 additions and 18 deletions

View File

@@ -9,8 +9,9 @@ export const queries = {
id: true,
username: true
}
}
}
},
location: true
},
})
return allEvents;
@@ -74,6 +75,7 @@ export const queries = {
todos: {
orderBy: { dueDate: 'asc' },
},
location: true
}
})
return event