Skip to content

Commit ac74ce3

Browse files
Copilot0xrinegade
andcommitted
Fix TypeScript build errors: remove unused React and ReactNode imports
Co-authored-by: 0xrinegade <[email protected]>
1 parent 45ff0b6 commit ac74ce3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

website/src/components/ui/CopyButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react'
1+
import { useState } from 'react'
22
import { Copy, Check } from 'lucide-react'
33

44
interface CopyButtonProps {

website/src/components/ui/TutorialLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React, { ReactNode } from 'react'
21
import { motion } from 'framer-motion'
32
import { ArrowLeft, Clock, BarChart3, CheckCircle } from 'lucide-react'
43
import { Link } from 'react-router-dom'

0 commit comments

Comments
 (0)