code clean up

This commit is contained in:
Mann Patel
2025-04-14 22:18:56 -06:00
parent b142610d50
commit fdf63f4e6a
7 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { useState, useEffect } from "react";
import { X } from "lucide-react";
import { useLocation, Link } from "react-router-dom";
import { X } from "lucide-react";
import axios from "axios";
const SearchPage = () => {