mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
add source code comment
This commit is contained in:
parent
1a3184d327
commit
3a2f4df387
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
;; This Source Code Form is subject to the terms of the Mozilla Public
|
||||
;; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
;;
|
||||
;; Copyright (c) KALEIDOS INC
|
||||
|
||||
(ns app.main.ui.workspace.tokens.sets
|
||||
(:require-macros [app.main.style :as stl])
|
||||
(:require
|
||||
|
@ -97,4 +103,3 @@
|
|||
(for [set-id sets-root-order]
|
||||
^{:key (str set-id)}
|
||||
[:& sets-tree {:key (str set-id) :set-id set-id :current-set-id current-set-id}])]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue