fixed missing import
All checks were successful
CI / tests (pull_request) Successful in 26s

This commit is contained in:
2025-07-16 18:45:37 +02:00
parent caad9ed823
commit f812ac93c2

View File

@ -1,4 +1,5 @@
#import "core/draw/delay.typ" #import "core/draw/delay.typ"
#import "core/draw/event.typ": render as evt-render
#import "core/draw/separator.typ" #import "core/draw/separator.typ"
#import "core/draw/sync.typ" #import "core/draw/sync.typ"
#import "core/utils.typ": set-ctx #import "core/utils.typ": set-ctx