mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 10:06:15 +02:00
♻️ Merge libraries_common_helpers into libraries_helpers
This commit is contained in:
parent
2e18ce9323
commit
a8738b44a1
5 changed files with 97 additions and 12 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
(ns frontend-tests.helpers.pages
|
||||
(:require
|
||||
[app.common.data :as d]
|
||||
[app.common.files.changes :as cp]
|
||||
[app.common.files.changes-builder :as pcb]
|
||||
[app.common.files.helpers :as cfh]
|
||||
|
@ -17,8 +16,6 @@
|
|||
[app.common.uuid :as uuid]
|
||||
[app.main.data.workspace.groups :as dwg]
|
||||
[app.main.data.workspace.layout :as layout]
|
||||
[app.main.data.workspace.libraries-helpers :as dwlh]
|
||||
[app.main.data.workspace.shapes :as dwsh]
|
||||
[app.main.data.workspace.state-helpers :as wsh]))
|
||||
|
||||
;; ---- Helpers to manage pages and objects
|
||||
|
@ -161,7 +158,7 @@
|
|||
(pcb/with-objects objects))
|
||||
|
||||
[new-shape changes]
|
||||
(dwlh/generate-instantiate-component changes
|
||||
(cflh/generate-instantiate-component changes
|
||||
objects
|
||||
file-id
|
||||
component-id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue