qwc2
Version:
QGIS Web Client
7 lines • 340 B
JavaScript
/**
* Copyright 2024 Sourcepole AG
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/import React from"react";export var Image=/*#__PURE__*/React.memo(function Image(props){return/*#__PURE__*/React.createElement("img",props)});