Rebase changes

This commit is contained in:
Timothy Armes
2024-09-27 11:09:57 +02:00
parent 1c7ad63e03
commit b6c0cb43cc
6 changed files with 11 additions and 29 deletions
Vendored
+4 -1
View File
@@ -3,7 +3,10 @@ import * as L from "leaflet";
// Use type safe message keys with `next-intl`
type Messages = typeof import("./src/messages/fr.json");
declare interface IntlMessages extends Messages {}
declare global {
// Use type safe message keys with `next-intl`
interface IntlMessages extends Messages {}
}
// For some reason, @types/leaflet.markercluster isn't being recognized
// I'm including it here by hand