Skip to content

Commit e28192f

Browse files
committed
fix some minor issues
1 parent d1ec8e5 commit e28192f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,18 @@ import { motion } from 'framer-motion';
44
import {
55
Brain,
66
Database,
7-
Lock,
8-
Zap,
97
Clock,
10-
Settings,
118
ArrowRight,
129
Github,
13-
Download,
1410
Code,
1511
Layers,
1612
Cpu,
1713
Shield,
1814
Terminal,
19-
ChevronRight,
2015
Command
2116
} from 'lucide-react';
2217
import './App.css';
2318
import img0 from './assets/img0.png';
24-
import img1 from './assets/img1.png';
25-
import img3 from './assets/img3.png';
2619

2720
function App() {
2821
const [isNavVisible, setIsNavVisible] = useState(true);

0 commit comments

Comments
 (0)