diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-18 21:21:02 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-18 21:21:02 +0200 |
commit | 75a0973d017f86020ea05255b87bcc0eaf962896 (patch) | |
tree | 8e6150c16525323cda4ae8791802d8d3421704aa /app/components/index.ts | |
parent | 155dee08e1845122daa6e115137cbad65b87d4eb (diff) |
added prettier colors
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 b770c09..9ec6a91 100644 --- a/app/components/index.ts +++ b/app/components/index.ts @@ -12,3 +12,4 @@ export * from "./wallpaper/wallpaper" export * from "./auto-image/auto-image" export * from "./graph/graph" export * from "./tweaks/tweaks" +export * from "./local/local" |