mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05: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
|
||||
{:entries []}
|
||||
|
||||
:icons
|
||||
{:exports {default app.main.ui.icons/default}
|
||||
:depends-on #{:base}}
|
||||
|
||||
:components
|
||||
{:exports {:default app.main.ui.ds/default}
|
||||
:depends-on #{:base}}}
|
||||
|
|
|
@ -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…
Reference in a new issue