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 ( <>
Správa webhook endpointov pre integrácie s externými službami
Zatiaľ neboli nakonfigurované žiadne webhooks. Kliknite na "Pridať webhook" pre vytvorenie nového.