Skip to content

Commit

Permalink
format(ui): run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
paghar committed Mar 26, 2024
1 parent 6a47ef3 commit abdb758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/List/List.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Meta, StoryFn } from "@storybook/react";
import { HiCheckCircle } from "react-icons/hi";
import type { ListProps } from "./List";
import { List } from "./List";
import { HiCheckCircle } from "react-icons/hi";

export default {
title: "Components/List",
Expand Down Expand Up @@ -99,7 +99,7 @@ HorizontalList.args = {
};

export const WithIconList = Template.bind({});
WithIconList.storyName = 'With Icon';
WithIconList.storyName = "With Icon";
WithIconList.args = {
children: (
<>
Expand Down

0 comments on commit abdb758

Please sign in to comment.