summaryrefslogtreecommitdiff
path: root/app/components/index.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-15 13:54:55 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-15 13:54:55 +0200
commit3de8a0a99f74cef8032d718e4b51d5c9c364db56 (patch)
treee54b9268bdfc27223c2221279c79637bde2d4789 /app/components/index.ts
parenta23e3d6e46ed79b3406759bec5a4879124e791af (diff)
made graph interactively tweakable
Diffstat (limited to 'app/components/index.ts')
-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 9feec07..b770c09 100644
--- a/app/components/index.ts
+++ b/app/components/index.ts
@@ -11,3 +11,4 @@ export * from "./text-field/text-field"
export * from "./wallpaper/wallpaper"
export * from "./auto-image/auto-image"
export * from "./graph/graph"
+export * from "./tweaks/tweaks"