import React from "react"; import { ObjectiveStatus } from "./ObjectiveStatus.js"; import { ReportDecorator, CardDecorator } from "./storybook/index.js"; export default { component: ObjectiveStatus, title: "Components/ObjectiveStatus", decorators: [CardDecorator, ReportDecorator], }; export const yes = () => ( This MPA meets the objective of protecting 20% of key habitat } /> ); export const no = () => ( This MPA does not meet the objective of protecting 20% of key habitat } /> ); export const maybe = () => ( This MPA may meet the objective of protecting 20% of key habitat } /> );