UNPKG

terriajs

Version:

Geospatial data visualization platform.

7 lines 288 B
import { jsx as _jsx } from "react/jsx-runtime"; import Text from "../../../Styled/Text"; const ErrorComponent = ({ children }) => { return (_jsx(Text, { large: true, textLight: true, children: children })); }; export default ErrorComponent; //# sourceMappingURL=ErrorComponent.js.map