mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 14:38:21 +02:00
Minor project structure improvement.
This commit is contained in:
parent
a2c313dfc0
commit
b317ee4904
17 changed files with 106 additions and 115 deletions
|
@ -1,7 +1,8 @@
|
|||
(ns uxbox.ui.library-bar
|
||||
(:require [sablono.core :as html :refer-macros [html]]
|
||||
[rum.core :as rum]
|
||||
[uxbox.util :as util]
|
||||
[uxbox.ui.util :as ui]
|
||||
[uxbox.ui.mixins :as mx]
|
||||
[uxbox.ui.icons :as i]))
|
||||
|
||||
(defn library-bar-render
|
||||
|
@ -78,7 +79,7 @@
|
|||
]))
|
||||
|
||||
(def ^:static library-bar
|
||||
(util/component
|
||||
(ui/component
|
||||
{:render library-bar-render
|
||||
:name "library-bar"
|
||||
:mixins [rum/static]}))
|
||||
:mixins [mx/static]}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue