Skip to content

Commit 96486a2

Browse files
committed
fix: type import
1 parent 744ba26 commit 96486a2

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/10years/_components

1 file changed

+2
-2
lines changed

app/[locale]/10years/_components/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { getTranslations } from "next-intl/server"
22

3+
import { TimeLeftLabels } from "@/lib/types"
4+
35
import { formatDate, isValidDate } from "@/lib/utils/date"
46

57
import { DEFAULT_LOCALE } from "@/lib/constants"
68

7-
import { TimeLeftLabels } from "../types"
8-
99
import type { Story } from "./types"
1010

1111
const parseDate = (date: string, locale = DEFAULT_LOCALE): string => {

0 commit comments

Comments
 (0)