Skip to content

Commit ac684fd

Browse files
committed
Add comment to map script loader
1 parent 9c57357 commit ac684fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web-maps/src/components/MapScriptLoader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ interface MapScriptLoaderProps {
55
apiKey: string;
66
}
77

8+
//Simple wrapper to loader Maps script using hook
89
const MapScriptLoader: React.FC<
910
React.PropsWithChildren<MapScriptLoaderProps>
1011
> = ({ children, apiKey }) => {

0 commit comments

Comments
 (0)