From 3ceb48530af5dd9fac56b882d7f20bde1b02c565 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
Date: Wed, 14 Feb 2024 17:20:33 +0000
Subject: [PATCH] Fix import

---
 src/components/abstract_types.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/abstract_types.jl b/src/components/abstract_types.jl
index 7d22ca5..25a5be9 100644
--- a/src/components/abstract_types.jl
+++ b/src/components/abstract_types.jl
@@ -1,5 +1,5 @@
-module AbstracTypes
-import ..Variables: AbstractBlock, duration, variables, effective_time
+module AbstractTypes
+import ...Variables: AbstractBlock, duration, variables, effective_time
 
 """
 Super-type for all individual components that form an MRI sequence (i.e., RF pulse, gradient waveform, or readout event).
-- 
GitLab