Skip to content

Commit 59ed1ca

Browse files
committed
used cjs style
1 parent d3a7661 commit 59ed1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next-ui/app/compdetails/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import React, { useState } from "react";
44
import { useParams } from "next/navigation";
55
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
6-
import { duotoneLight } from "react-syntax-highlighter/dist/esm/styles/prism";
6+
import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";;
77
import { BsClipboard2Heart } from "react-icons/bs";
88
import { components } from "@/utils/data";
99
import Navbuttons from "@/components/Navbuttons";

0 commit comments

Comments
 (0)