// next import { useRouter } from "next/router"; import Image from "next/image"; // ui import { Button } from "@plane/ui"; // assets import EmptyWebhook from "public/empty-state/web-hook.svg"; export const EmptyWebhooks = () => { const router = useRouter(); return (
empty
No Webhooks
{

Create webhooks to receive real-time updates and automate actions

}
); };