We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744ba26 commit 96486a2Copy full SHA for 96486a2
app/[locale]/10years/_components/utils.ts
@@ -1,11 +1,11 @@
1
import { getTranslations } from "next-intl/server"
2
3
+import { TimeLeftLabels } from "@/lib/types"
4
+
5
import { formatDate, isValidDate } from "@/lib/utils/date"
6
7
import { DEFAULT_LOCALE } from "@/lib/constants"
8
-import { TimeLeftLabels } from "../types"
-
9
import type { Story } from "./types"
10
11
const parseDate = (date: string, locale = DEFAULT_LOCALE): string => {
0 commit comments