mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-04-24 22:24:37 +00:00
Clean up code component
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m11s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m11s
This commit is contained in:
parent
d09d66d4e5
commit
cd5aae039d
@ -3,7 +3,7 @@
|
||||
import React, {ReactNode, useRef, useState} from 'react'
|
||||
import {CheckIcon} from '@/components/icons/CheckIcon'
|
||||
import {CopyIcon} from '@/components/icons/CopyIcon'
|
||||
import clsx from 'clsx';
|
||||
import clsx from 'clsx'
|
||||
|
||||
export function Code({children}: { children: ReactNode }) {
|
||||
const [copied, setCopied] = useState<boolean>(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user