Fix relativeTime dayjs plugin import (#111)

This commit is contained in:
Sasha Sorokin
2023-10-20 23:34:02 -04:00
committed by GitHub
parent c296597427
commit 9932fe5055
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ import {
} from '@'
import dayjs from 'dayjs'
import relativeTime from 'dayjs/plugin/relativeTime'
import relativeTime from 'dayjs/plugin/relativeTime.js'
dayjs.extend(relativeTime)
</script>