Changes
Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com>
This commit is contained in:
parent
1ca9154a35
commit
4fc04753bf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { useRef, useState, useEffect, useCallback } from 'react';
|
|||
import { Link } from 'react-router-dom';
|
||||
import { GlassCard } from '@/components/GlassCard';
|
||||
import avatar from '@/assets/avatar.png';
|
||||
import { MessageCircle, Rss, GitBranch, Search, ExternalLink, ArrowUpRight } from 'lucide-react';
|
||||
import { MessageCircle, Rss, GitBranch, ExternalLink, ArrowUpRight } from 'lucide-react';
|
||||
|
||||
const items = [
|
||||
{ icon: MessageCircle, label: 'Who Am I?', href: '/whoami', desc: 'About me', internal: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue