Skip to content

Commit

Permalink
refactor: change test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Feb 9, 2025
1 parent b1cf4d7 commit 9a05cf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import React, { ReactNode } from "react";
import CopyButton from "@/components/code/copy2clipboard";
import { cn } from "@/lib/utils";

/**
* It can display code blocks with a copy button.
*/
export default function CodeBlock({
children,
className,
Expand Down

0 comments on commit 9a05cf2

Please sign in to comment.