mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 16:36:12 +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
|
@ -92,10 +92,6 @@
|
||||||
{:base
|
{:base
|
||||||
{:entries []}
|
{:entries []}
|
||||||
|
|
||||||
:icons
|
|
||||||
{:exports {default app.main.ui.icons/default}
|
|
||||||
:depends-on #{:base}}
|
|
||||||
|
|
||||||
:components
|
:components
|
||||||
{:exports {:default app.main.ui.ds/default}
|
{:exports {:default app.main.ui.ds/default}
|
||||||
:depends-on #{:base}}}
|
:depends-on #{:base}}}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
|
|
||||||
import Components from "@target/components";
|
import Components from "@target/components";
|
||||||
import Icons from "@target/icons";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: "Buttons/Simple Button",
|
title: "Buttons/Simple Button",
|
||||||
|
@ -15,14 +14,3 @@ export const Default = {
|
||||||
</Components.StoryWrapper>
|
</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