"use client"; import { ComponentProps } from "react"; import EndpointsScrape from "@/components/app/(home)/sections/endpoints/EndpointsScrape/EndpointsScrape"; export default function EndpointsMap( props: ComponentProps, ) { return ; }