import { useLocation } from "react-router-dom" import { BASE } from "../Constants.ts" export default function NotFoundPage() { const target = useLocation() return (