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