feat: some formatting changes to reduce vertical whitespace
This commit is contained in:
parent
58747658a8
commit
3b0bba0353
6 changed files with 36 additions and 33 deletions
7
www/src/lib/consts.ts
Normal file
7
www/src/lib/consts.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export const DEFAULT_CATEGORY = 'none';
|
||||
|
||||
export const SECTIONS = {
|
||||
plaintext: 'plaintext',
|
||||
bookmarks: 'bookmarks',
|
||||
guestbook: 'guestbook',
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue