From 496d34f51814c61c1ee1e010778e1b861eef0a46 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
Date: Thu, 15 Feb 2024 15:44:58 +0000
Subject: [PATCH] Fix imports

---
 src/helper_functions.jl | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/helper_functions.jl b/src/helper_functions.jl
index 776898c..8733dc6 100644
--- a/src/helper_functions.jl
+++ b/src/helper_functions.jl
@@ -1,10 +1,9 @@
 module HelperFunctions
 import JuMP: @constraint
-import ..BuildingBlocks: BuildingBlock
+import ..AllBuildingBlocks: BuildingBlock, Trapezoid, SpoiltSliceSelect, opposite_kspace_lines
 import ..BuildSequences: global_model, build_sequence
-import ..Sequences: Sequence
-import ..Pulses: SincPulse, ConstantPulse, InstantRFPulseBlock
-import ..Overlapping: TrapezoidGradient, SpoiltSliceSelect, opposite_kspace_lines
+import ..AllSequences: Sequence
+import ..Components: SincPulse, ConstantPulse, InstantPulse
 import ..Variables: qvec, flat_time, rise_time
 import ..Alternatives: AlternativeBlocks, match_blocks!
 
-- 
GitLab