diff --git a/Project.toml b/Project.toml index f643a26a..8a675be3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlutoUI" uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8" authors = ["Fons van der Plas "] -version = "0.7.22" +version = "0.7.23" [deps] AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150" diff --git a/src/PlutoUI.jl b/src/PlutoUI.jl index 69f18c62..ea48646b 100644 --- a/src/PlutoUI.jl +++ b/src/PlutoUI.jl @@ -34,9 +34,11 @@ end @reexport module ConfirmNotebook include("./Confirm.jl") end -@reexport module CombineNotebook +module CombineNotebook include("./Combine.jl") end +# not exporting to avoid clash with DataFrames.combine +const combine = CombineNotebook.combine # this is a submodule module ExperimentalLayout