Skip to content

Commit

Permalink
fix: remove unused LineChart import
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil512 committed Dec 19, 2024
1 parent 28c214d commit 1fe0677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client'
import { Shield, Zap, Lock, Chrome, Download } from 'lucide-react'import { useState } from 'react'
import { Shield, Zap, Lock, Chrome, Download } from 'lucide-react'
import { useState } from 'react'

export default function Home() {
const [activeBrowser, setActiveBrowser] = useState('chrome')
Expand Down

0 comments on commit 1fe0677

Please sign in to comment.