Skip to content

Commit 3b2aad4

Browse files
committed
fix: update Prettier import to default import
1 parent a8ba4cf commit 3b2aad4

File tree

1 file changed

+1
-1
lines changed
  • apps/website/app/[locale]/blog/[slug]

1 file changed

+1
-1
lines changed

apps/website/app/[locale]/blog/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getTranslations, setRequestLocale } from "next-intl/server";
55
import Image from "next/image";
66
import Link from "next/link";
77
import { notFound } from "next/navigation";
8-
import * as prettier from "prettier";
8+
import prettier from "prettier";
99
import type { DetailedHTMLProps, HTMLAttributes } from "react";
1010
import type React from "react";
1111
import ReactMarkdown from "react-markdown";

0 commit comments

Comments
 (0)