Skip to content

Commit 4fc207e

Browse files
committed
fix: remove unused Twitter icon import from Header component
1 parent fd3bcc4 commit 4fc207e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { motion } from 'framer-motion'
2-
import { Fingerprint, Github, Twitter } from 'lucide-react'
2+
import { Fingerprint } from 'lucide-react'
33
import { Badge } from './ui/badge'
4-
import React, { useEffect, useState } from 'react'
4+
import { useEffect, useState } from 'react'
55
import { GithubSvgIcon, XSvgIcon } from './icons'
66

77
export const Header = () => {

0 commit comments

Comments
 (0)