forked from HEL/chronos
		
	fixed imports
This commit is contained in:
		@@ -4,10 +4,6 @@
 | 
				
			|||||||
#import "draw/participant.typ"
 | 
					#import "draw/participant.typ"
 | 
				
			||||||
#import "utils.typ": *
 | 
					#import "utils.typ": *
 | 
				
			||||||
#import "/src/consts.typ": *
 | 
					#import "/src/consts.typ": *
 | 
				
			||||||
#import "/src/group.typ"
 | 
					 | 
				
			||||||
#import "/src/separator.typ"
 | 
					 | 
				
			||||||
#import "/src/sequence.typ"
 | 
					 | 
				
			||||||
#import "/src/sync.typ"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#let DEBUG-INVISIBLE = false
 | 
					#let DEBUG-INVISIBLE = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,7 @@
 | 
				
			|||||||
#import "core/draw/delay.typ"
 | 
					#import "core/draw/delay.typ"
 | 
				
			||||||
#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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#let _sep(name) = {
 | 
					#let _sep(name) = {
 | 
				
			||||||
  return ((
 | 
					  return ((
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user