From 4a290aec7c25241d86a61a2949cef9a1618a172f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Tue, 8 Oct 2024 21:49:27 +0200 Subject: [PATCH] FIX: Forgotten file :S --- webapp/src/components/constants.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webapp/src/components/constants.tsx diff --git a/webapp/src/components/constants.tsx b/webapp/src/components/constants.tsx new file mode 100644 index 0000000..4623834 --- /dev/null +++ b/webapp/src/components/constants.tsx @@ -0,0 +1,3 @@ +export const TOOLBAR_HEIGH = 48; +export const FORMULA_BAR_HEIGH = 40; +export const NAVIGATION_HEIGH = 40;