Clean up all kinds of typescript issues

This commit is contained in:
2024-05-05 15:58:58 -04:00
parent 634cff507c
commit 8e73650462
21 changed files with 380 additions and 159 deletions

View File

@@ -23,5 +23,6 @@ const navlinks = [
label: 'Create a Reservation',
},
{ icon: 'calendar_month', to: '/schedule/view', label: 'View Schedule' },
{ icon: 'edit_calendar', to: '/schedule/manage', label: 'Manage Calendar' },
];
</script>