diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:58 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:58 -0500 |
commit | b3b2cfe9093cc9b95d35771d3029e05bc524d380 (patch) | |
tree | 35cc6f0388198dced081cb316d923f1273afe284 /src/view/lib/z-index.ts | |
parent | 4aa8a58f2717f514a1262fcfc66ec805c03966fb (diff) | |
download | voidsky-b3b2cfe9093cc9b95d35771d3029e05bc524d380.tar.zst |
Add composer FAB to home page
Diffstat (limited to 'src/view/lib/z-index.ts')
-rw-r--r-- | src/view/lib/z-index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/lib/z-index.ts b/src/view/lib/z-index.ts new file mode 100644 index 000000000..872027d3f --- /dev/null +++ b/src/view/lib/z-index.ts @@ -0,0 +1,2 @@ +export const FAB = 1 +export const BASE = 0 |