mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 22:05:07 +00:00
.
This commit is contained in:
parent
c6fe4f09e3
commit
d9da636dd2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useState, useEffect } from 'react';
|
||||
import { Music, Pause } from 'lucide-react';
|
||||
import { Music } from 'lucide-react';
|
||||
|
||||
interface LastFMImage {
|
||||
'#text': string;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue