diff options
Diffstat (limited to 'components/updates/DateFormatter.js')
| -rw-r--r-- | components/updates/DateFormatter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/updates/DateFormatter.js b/components/updates/DateFormatter.js index 11f3bf3..9e236d0 100644 --- a/components/updates/DateFormatter.js +++ b/components/updates/DateFormatter.js @@ -6,4 +6,4 @@ const DateFormatter = (dateString) => { return <time dateTime={dateString}>{format(date, 'LLLL d, yyyy')}</time> } -export default DateFormatter
\ No newline at end of file +export default DateFormatter |
