Format with prettier

This commit is contained in:
prototypa
2022-11-06 14:43:34 -05:00
parent 4b59fd6de4
commit bb1679c76f
7 changed files with 100 additions and 105 deletions

View File

@ -5,5 +5,5 @@ export const getFormattedDate = (date) =>
year: 'numeric',
month: 'short',
day: 'numeric',
})
})
: '';