diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index b00dad4..eee5208 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -13,6 +13,7 @@ import { Search, Send } from "lucide-react"; import Image from "next/image"; import { toggleClose } from "../Redux/Menu/menuSlice"; import { useSelector, useDispatch } from "react-redux"; +import Link from "next/link"; export interface FILE { archive: boolean; createdBt: string; @@ -89,13 +90,15 @@ function Dashboard() {
+ user + /> +