We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a7661 commit 59ed1caCopy full SHA for 59ed1ca
next-ui/app/compdetails/[page]/page.tsx
@@ -3,7 +3,7 @@
3
import React, { useState } from "react";
4
import { useParams } from "next/navigation";
5
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
6
-import { duotoneLight } from "react-syntax-highlighter/dist/esm/styles/prism";
+import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";;
7
import { BsClipboard2Heart } from "react-icons/bs";
8
import { components } from "@/utils/data";
9
import Navbuttons from "@/components/Navbuttons";
0 commit comments