Commit bead5e34 authored by Derek Schaller's avatar Derek Schaller
Browse files

update status stories

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -2,14 +2,14 @@ import React from "react";
import type { Meta } from "@storybook/react";
import type { StatusProps } from "../icon";
import { Status } from "../icon";
import { StatusIcon } from "../icon";
export default {
title: "Core/Icon/Status",
component: Status,
component: StatusIcon,
} as Meta;
const Template = (props: StatusProps) => <Status {...props} />;
const Template = (props: StatusProps) => <StatusIcon {...props} />;
export const Primary = Template.bind({});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment