0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Add missing header to settings ns.

This commit is contained in:
Andrey Antukh 2016-03-04 00:16:58 +02:00
parent c22b011755
commit 7a732de656
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# UXBox #
# UXBox UI #
[![Travis Badge](https://img.shields.io/travis/uxbox/uxbox/master.svg)](https://travis-ci.org/uxbox/uxbox "Travis Badge")

View file

@ -1,3 +1,10 @@
;; 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) 2015-2016 Andrey Antukh <niwi@niwi.nz>
;; Copyright (c) 2015-2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
(ns uxbox.ui.settings
(:require [sablono.core :as html :refer-macros [html]]
[rum.core :as rum]