diff --git a/src/constants/common.ts b/src/constants/common.ts index 9a65782..ba1c46f 100644 --- a/src/constants/common.ts +++ b/src/constants/common.ts @@ -31,3 +31,4 @@ export function getLocalMonthYear(): string { : new Date() return date.toLocaleString('en-US', { month: 'long', year: 'numeric' }) } +