0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

📎 Move svg_optimizer.js under svg directory

This commit is contained in:
Andrey Antukh 2023-11-03 13:50:21 +01:00 committed by Andrés Moya
parent bb6fd4107b
commit f92c6e5db4
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
(ns app.common.svg
(:require
#?(:cljs ["./svg_optimizer.js" :as svgo])
#?(:cljs ["./svg/optimizer.js" :as svgo])
#?(:clj [clojure.xml :as xml]
:cljs [tubax.core :as tubax])
[app.common.data :as d]