[V14] 1605 - Template Migration (#1621)

* Fixed so that our templates make use of SceneRegions instead

* Fixed visibility
This commit is contained in:
WBHarry 2026-02-01 17:21:56 +01:00 committed by GitHub
parent 57e51ee841
commit 578b090f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 70 additions and 115 deletions

View file

@ -1,5 +1,5 @@
export { default as DhMeasuredTemplate } from './measuredTemplate.mjs';
export { default as DhRuler } from './ruler.mjs';
export { default as DhTemplateLayer } from './templateLayer.mjs';
export { default as DhRegionLayer } from './regionLayer.mjs';
export { default as DhTokenPlaceable } from './token.mjs';
export { default as DhTokenRuler } from './tokenRuler.mjs';