import type { NextPage } from 'next' import Head from 'next/head' import AdminLayout from '../../components/AdminLayout' import { LinkIcon, PlusIcon } from '@heroicons/react/24/outline' const Webhooks: NextPage = () => { return ( <> Webhooks - Hliadka.sk Admin

Správa webhook endpointov pre integrácie s externými službami

Aktívne webhooks

Zatiaľ neboli nakonfigurované žiadne webhooks. Kliknite na "Pridať webhook" pre vytvorenie nového.

) } export default Webhooks