Skip to content

Commit 3a96b81

Browse files
committed
removed duplicate duotone highlighter
1 parent 1c54133 commit 3a96b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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";
7-
import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";
6+
import { duotoneLight } from "react-syntax-highlighter/dist/esm/styles/prism";import { duotoneLight } from "react-syntax-highlighter/dist/cjs/styles/prism";
87
import { BsClipboard2Heart } from "react-icons/bs";
98
import { components } from "@/utils/data";
109
import Navbuttons from "@/components/Navbuttons";

0 commit comments

Comments
 (0)