Skip to content

Commit a1f3226

Browse files
committed
Remove comment from MapScriptLoader
1 parent c9c0a0a commit a1f3226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

8-
//Simple wrapper to loader Maps script using hook
98
const MapScriptLoader: React.FC<
109
React.PropsWithChildren<MapScriptLoaderProps>
1110
> = ({ children, apiKey }) => {

0 commit comments

Comments
 (0)