fix moderation dash

This commit is contained in:
Jai A
2024-03-29 22:09:45 -07:00
parent 1abfb175b5
commit 3b0216ca7e
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import dayjs from 'dayjs'
// note: build step can miss unix import for some reason, so
// we have to import it like this
// eslint-disable-next-line import/no-named-as-default-member
const { unix } = dayjs
export function useCountryNames(style = 'long') {