Skip to content

Commit 6b5c31a

Browse files
committed
use simpler import without specifying the module type
1 parent 59ed1ca commit 6b5c31a

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