mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 17:07:29 +02:00
📎 Remove unused example simple_button component
This commit is contained in:
parent
a624a10c85
commit
c181887266
6 changed files with 0 additions and 57 deletions
|
@ -6,14 +6,12 @@
|
|||
|
||||
(ns app.main.ui.ds
|
||||
(:require
|
||||
[app.main.ui.ds.buttons.simple-button :refer [simple-button]]
|
||||
[app.main.ui.ds.foundations.icon :refer [icon* icon-list]]
|
||||
[app.main.ui.ds.storybook :as sb]))
|
||||
|
||||
(def default
|
||||
"A export used for storybook"
|
||||
#js {:Icon icon*
|
||||
:SimpleButton simple-button
|
||||
;; meta / misc
|
||||
:meta #js {:icons icon-list}
|
||||
:storybook #js {:StoryWrapper sb/story-wrapper* :IconGrid sb/icon-grid*}})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue