Skip to content

Commit 404e8bd

Browse files
Removes unnecessary icon imports
This change optimizes the HeroSection component by removing unused icon imports, resulting in a more streamlined and efficient codebase.
1 parent bab754d commit 404e8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/landing/components/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Button } from '@/components/ui/button'
2-
import { ArrowRight, Play, Sparkles } from 'lucide-react'
2+
import { ArrowRight, Sparkles } from 'lucide-react'
33

44
export default function HeroSection() {
55
return (

0 commit comments

Comments
 (0)