diff --git a/src/StructArrays.jl b/src/StructArrays.jl index 8046dc2..bef1167 100644 --- a/src/StructArrays.jl +++ b/src/StructArrays.jl @@ -6,6 +6,7 @@ using ConstructionBase: constructorof export StructArray, StructVector, LazyRow, LazyRows export collect_structarray export replace_storage +export components include("interface.jl") include("structarray.jl")