Skip to content

Commit 30c0a76

Browse files
committed
edited
1 parent 6b5c31a commit 30c0a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/styles/prism";
6+
import { duotoneLight } from "react-syntax-highlighter/dist/esm/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)