diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-19 01:46:36 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-19 01:46:36 +0200 |
commit | 8196fb7123126b8b4111f77a70f1109fbaad65a4 (patch) | |
tree | 591a42684bc73743f9c416252a20b519a84daad9 /app/components/index.ts | |
parent | 53c0324bf91f69ad5b38fe48956020b5279934c4 (diff) |
added graph button
Diffstat (limited to 'app/components/index.ts')
-rw-r--r-- | app/components/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/index.ts b/app/components/index.ts index 9ec6a91..8858b2f 100644 --- a/app/components/index.ts +++ b/app/components/index.ts @@ -12,4 +12,5 @@ export * from "./wallpaper/wallpaper" export * from "./auto-image/auto-image" export * from "./graph/graph" export * from "./tweaks/tweaks" -export * from "./local/local" +export * from "./local-button/local-button" +export * from "./graph-ui/graph-ui" |