Fixed the circular imports and things

This commit is contained in:
Gregory Schier
2024-12-20 23:49:15 -08:00
parent 51a11b6495
commit ec999015ab
83 changed files with 511 additions and 551 deletions

5
src-web/lib/constants.ts Normal file
View File

@@ -0,0 +1,5 @@
export const HEADER_SIZE_MD = '27px';
export const HEADER_SIZE_LG = '38px';
export const WINDOW_CONTROLS_WIDTH = '10.5rem';