user button ui

This commit is contained in:
Ishaan Dey
2024-04-18 15:07:15 -04:00
parent 5045c4ce9a
commit 5dc337e2ff
6 changed files with 42 additions and 19 deletions

View File

@ -2,8 +2,8 @@
import { Input } from "../../ui/input"
import { Search } from "lucide-react"
import { useCallback, useEffect, useState } from "react"
import { useRouter, useSearchParams } from "next/navigation"
import { useEffect, useState } from "react"
import { useRouter } from "next/navigation"
export default function DashboardNavbarSearch() {
const [search, setSearch] = useState("")