mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 06:31:38 +02:00
📎 Move svg_optimizer.js under svg directory
This commit is contained in:
parent
bb6fd4107b
commit
f92c6e5db4
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(ns app.common.svg
|
(ns app.common.svg
|
||||||
(:require
|
(:require
|
||||||
#?(:cljs ["./svg_optimizer.js" :as svgo])
|
#?(:cljs ["./svg/optimizer.js" :as svgo])
|
||||||
#?(:clj [clojure.xml :as xml]
|
#?(:clj [clojure.xml :as xml]
|
||||||
:cljs [tubax.core :as tubax])
|
:cljs [tubax.core :as tubax])
|
||||||
[app.common.data :as d]
|
[app.common.data :as d]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue