Skip to content

Commit

Permalink
chore: run autofix to sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Feb 23, 2024
1 parent 3d8dcff commit 566774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PageMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import Head from "next/head"
import { useRouter } from "next/router"
import { useTranslation } from "next-i18next"

import { getOgImage } from "@/lib/utils/metadata"
import { filterRealLocales } from "@/lib/utils/translations"
import { getFullUrl } from "@/lib/utils/url"
import { getOgImage } from "@/lib/utils/metadata"

import { SITE_URL } from "@/lib/constants"

type NameMeta = {
Expand Down

0 comments on commit 566774c

Please sign in to comment.