Skip to content

Commit a24037d

Browse files
authored
Merge pull request #12277 from ethereum/build-fix
chore: sort imports
2 parents 3d8dcff + 566774c commit a24037d

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)