mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
misc(frontend): use rumext instead of sablono on builtins.icons ns
This commit is contained in:
parent
17e5880b2d
commit
bd11b5864b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
;; Copyright (c) 2015-2017 Juan de la Cruz <delacruzgarciajuan@gmail.com>
|
||||
|
||||
(ns uxbox.builtins.icons
|
||||
(:require [sablono.core :refer-macros [html]]))
|
||||
(:require [rumext.core :refer-macros [html]]))
|
||||
|
||||
(def logo
|
||||
(html
|
||||
|
|
Loading…
Add table
Reference in a new issue