refactoring: fixing typescript

This commit is contained in:
2024-01-09 16:41:59 +01:00
parent 53a266df44
commit 102edff52f
10 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ const getNextYearMonth = (yearMonth:YearMonth) => {
} as YearMonth);
}
export const Page = async () => {
const Page = async () => {
const locations = await fetchAllLocations();
const availableYears = await fetchAvailableYears();