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 1c54133 commit 3a96b81Copy full SHA for 3a96b81
next-ui/app/compdetails/[page]/page.tsx
@@ -3,8 +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";
7
-import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";
+import { duotoneLight } from "react-syntax-highlighter/dist/esm/styles/prism";import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";
8
import { BsClipboard2Heart } from "react-icons/bs";
9
import { components } from "@/utils/data";
10
import Navbuttons from "@/components/Navbuttons";
0 commit comments