mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-14 00:28:11 +02:00
Restructured all the files
This commit is contained in:
parent
099a4576da
commit
ba3157a2fc
180 changed files with 722 additions and 1730 deletions
5
module/canvas/placeables/_module.mjs
Normal file
5
module/canvas/placeables/_module.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { default as DhMeasuredTemplate } from './measuredTemplate.mjs';
|
||||
import { default as DhRuler } from './ruler.mjs';
|
||||
import { default as DhTokenRuler } from './tokenRuler.mjs';
|
||||
|
||||
export { DhMeasuredTemplate, DhRuler, DhTokenRuler };
|
||||
Loading…
Add table
Add a link
Reference in a new issue