"use client"; import Image from "next/image"; // assets import UserLoggedInImage from "public/user-logged-in.svg"; const NotFound = () => (
User already logged in

Not Found

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

); export default NotFound;