This commit is contained in:
Unknown 2025-02-11 13:01:50 -07:00 committed by End
parent c6fe4f09e3
commit d9da636dd2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { useState, useEffect } from 'react';
import { Music, Pause } from 'lucide-react';
import { Music } from 'lucide-react';
interface LastFMImage {
'#text': string;

View file

@ -1,5 +1,5 @@
import { Link, useLocation } from 'react-router-dom';
import { Home, Code, BookOpen, Twitch, Layers } from 'lucide-react';
import { Home, Code, BookOpen, Twitch} from 'lucide-react';
const Navbar = () => {
const location = useLocation();