summaryrefslogtreecommitdiff
path: root/app/components
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-14 17:27:04 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-14 17:27:04 +0200
commitc829168f361501cab68fc4171c97542d8013bd7b (patch)
tree63f0c1b705491adff7ebc0c7ec472da5370c38ed /app/components
parente5021187e96b78b53203bd95d08d6818aea47d17 (diff)
added random graph with colored edged
Diffstat (limited to 'app/components')
-rw-r--r--app/components/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/index.ts b/app/components/index.ts
index 5ed4a28..9feec07 100644
--- a/app/components/index.ts
+++ b/app/components/index.ts
@@ -10,3 +10,4 @@ export * from "./text/text"
export * from "./text-field/text-field"
export * from "./wallpaper/wallpaper"
export * from "./auto-image/auto-image"
+export * from "./graph/graph"