Skip to content

Commit

Permalink
sort story
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Nov 8, 2023
1 parent 52e6eb2 commit effc56b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/shared-ui/components/ProductSort/ProductSort.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Meta, StoryObj } from "../../.storybook/types";
import { ProductSort } from "./ProductSort";

const meta: Meta<typeof ProductSort> = {
component: ProductSort,
args: {
query: {},
},
};
export default meta;

type Story = StoryObj<typeof ProductSort>;

export const Default: Story = {};

0 comments on commit effc56b

Please sign in to comment.