Skip to content

Commit ca4f2bd

Browse files
committed
chore: run autofix to sort imports
1 parent d77b3a2 commit ca4f2bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/PageMetadata.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import Head from "next/head"
22
import { useRouter } from "next/router"
33
import { useTranslation } from "next-i18next"
44

5+
import { getOgImage } from "@/lib/utils/metadata"
56
import { filterRealLocales } from "@/lib/utils/translations"
67
import { getFullUrl } from "@/lib/utils/url"
7-
import { getOgImage } from "@/lib/utils/metadata"
8+
89
import { SITE_URL } from "@/lib/constants"
910

1011
type NameMeta = {

0 commit comments

Comments
 (0)