mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 06:36:11 +02:00
📎 Remove unneeded icons export in the storybook target
This commit is contained in:
parent
24b607cad3
commit
2bb7726180
2 changed files with 0 additions and 16 deletions
|
@ -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>
|
||||
),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue