reorganized imports

This commit is contained in:
2025-07-15 12:36:30 +02:00
parent ef2541f267
commit 08f7eea0e4
18 changed files with 44 additions and 53 deletions

View File

@ -1,6 +1,7 @@
#import "utils.typ": is-elmt, get-group-span
#import "../participant.typ": _exists as par-exists, _par
#import "draw/group.typ": render-end as grp-render-end
#import "utils.typ": get-group-span, is-elmt
#import "/src/participant.typ": _exists as par-exists, _par
#import "/src/sequence.typ": _seq
#let flatten-group(elmts, i) = {
let group = elmts.at(i)