@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
14 lines • 550 B
JavaScript
import React from "react";
import { IucnMatrix } from "./IucnMatrix.js";
import { Card } from "../Card.js";
import { ReportDecorator } from "../storybook/ReportDecorator.js";
import Translator from "../i18n/TranslatorAsync.js";
export default {
component: IucnMatrix,
title: "Components/Iucn/IucnMatrix",
decorators: [ReportDecorator],
};
export const simple = () => (React.createElement(Translator, null,
React.createElement(Card, null,
React.createElement(IucnMatrix, null))));
//# sourceMappingURL=IucnMatrix.stories.js.map