feat: some formatting changes to reduce vertical whitespace

This commit is contained in:
Lewis Wynne 2026-03-26 14:58:43 +00:00
parent 58747658a8
commit 3b0bba0353
6 changed files with 36 additions and 33 deletions

7
www/src/lib/consts.ts Normal file
View file

@ -0,0 +1,7 @@
export const DEFAULT_CATEGORY = 'none';
export const SECTIONS = {
plaintext: 'plaintext',
bookmarks: 'bookmarks',
guestbook: 'guestbook',
} as const;