diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-15 13:54:55 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-15 13:54:55 +0200 |
commit | 3de8a0a99f74cef8032d718e4b51d5c9c364db56 (patch) | |
tree | e54b9268bdfc27223c2221279c79637bde2d4789 /app/components/index.ts | |
parent | a23e3d6e46ed79b3406759bec5a4879124e791af (diff) |
made graph interactively tweakable
Diffstat (limited to 'app/components/index.ts')
-rw-r--r-- | app/components/index.ts | 1 |
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" |