"Overlapping Marker Spiderfier for Leaflet"Bibliothek in ein ES Module umwandeln
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import "../styles/global.css"; // Pfad zur globalen CSS-Datei anpassen
|
||||
import Script from "next/script";
|
||||
|
||||
import React from "react";
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
return (
|
||||
<>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user