"use client"; import Image from "next/image"; // assets import UserLoggedInImage from "public/user-logged-in.svg"; export default function NotFound() { return (
User already logged in

Not Found

Please enter the appropriate project URL to view the issue board.

); }