Add invoice template editor

This commit is contained in:
2026-03-13 11:35:15 +01:00
parent c7362a553b
commit ff237332e1
5 changed files with 1605 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export const USER_STORAGE_KEY = "muh.current-user";
export const AUTH_TOKEN_STORAGE_KEY = "muh.auth-token";
export const INVOICE_TEMPLATE_STORAGE_KEY = "muh.invoice-template";