about summary refs log tree commit diff
path: root/src/view/lib/z-index.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-08-31 20:09:58 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-08-31 20:09:58 -0500
commitb3b2cfe9093cc9b95d35771d3029e05bc524d380 (patch)
tree35cc6f0388198dced081cb316d923f1273afe284 /src/view/lib/z-index.ts
parent4aa8a58f2717f514a1262fcfc66ec805c03966fb (diff)
downloadvoidsky-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.ts2
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