mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 23:46:11 +02:00
💄 Move the stub design system component to its own ds folder
This commit is contained in:
parent
087d0e90e6
commit
24b607cad3
7 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@
|
|||
:depends-on #{:base}}
|
||||
|
||||
:components
|
||||
{:exports {:default app.main.ui.components/default}
|
||||
{:exports {:default app.main.ui.ds/default}
|
||||
:depends-on #{:base}}}
|
||||
|
||||
:compiler-options
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
;;
|
||||
;; Copyright (c) KALEIDOS INC
|
||||
|
||||
(ns app.main.ui.components
|
||||
(ns app.main.ui.ds
|
||||
(:require
|
||||
[app.main.ui.components.buttons.simple-button :as sb]
|
||||
[app.main.ui.ds.buttons.simple-button :as sb]
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(mf/defc story-wrapper
|
|
@ -1,4 +1,4 @@
|
|||
(ns app.main.ui.components.buttons.simple-button
|
||||
(ns app.main.ui.ds.buttons.simple-button
|
||||
(:require-macros [app.main.style :as stl])
|
||||
(:require
|
||||
[rumext.v2 :as mf]))
|
Loading…
Add table
Add a link
Reference in a new issue