mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
import * as React from 'react';
|
|
|
|
export default function MyApp({Component, pageProps}) {
|
|
return <Component {...pageProps} />;
|
|
}
|