Skip to content

Commit 1869b48

Browse files
committed
exports one function
1 parent aeb6ac2 commit 1869b48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.1"
44
manifest_format = "2.0"
5-
project_hash = "012fdf578f368bda68dc920f97ce0ff4244e344d"
5+
project_hash = "74c0bf4d8402a002223529b16ce89f50dc321b94"
66

77
[[deps.AbstractFFTs]]
88
deps = ["LinearAlgebra"]

src/Spiders.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Spiders
2-
2+
export treeplot
3+
include("trees/ShowTree.jl")
34
# Write your package code here.
45

56
end

0 commit comments

Comments
 (0)