fix: style ssr invoice paper template

This commit is contained in:
Ahmed Bouhuolia
2024-11-06 11:45:15 +02:00
parent 04b601626b
commit 17a8aba23f
4 changed files with 8 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ export const ACCEPT_TYPE = {
APPLICATION_JSON_TABLE: 'application/json+table',
APPLICATION_XLSX: 'application/xlsx',
APPLICATION_CSV: 'application/csv',
APPLICATION_TEXT_HTML: 'application/json+html',
};