📎 Remove unneeded icons export in the storybook target

This commit is contained in:
Belén Albeza 2024-06-28 14:03:09 +02:00
parent 24b607cad3
commit 2bb7726180
2 changed files with 0 additions and 16 deletions

View file

@ -1,7 +1,6 @@
import * as React from "react";
import Components from "@target/components";
import Icons from "@target/icons";
export default {
title: "Buttons/Simple Button",
@ -15,14 +14,3 @@ export const Default = {
</Components.StoryWrapper>
),
};
export const WithIcon = {
render: () => (
<Components.StoryWrapper>
<Components.SimpleButton>
{Icons.AddRefactor}
Simple Button
</Components.SimpleButton>
</Components.StoryWrapper>
),
};