From 999c9344946e913ef2858bc1feb826bf09592293 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 02:06:31 +0000 Subject: [PATCH] Update webhooks page icons Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/a40c03fa-fc32-4a1a-9744-9d7f692bf7eb.jpg --- client/src/pages/webhooks.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/client/src/pages/webhooks.tsx b/client/src/pages/webhooks.tsx index 313e8a9..042099b 100644 --- a/client/src/pages/webhooks.tsx +++ b/client/src/pages/webhooks.tsx @@ -65,7 +65,21 @@ import { SheetTrigger, } from "@/components/ui/sheet"; -import { Loader2, Plus, Trash, Edit, ExternalLink, RefreshCw, Clock, Check, X, Activity, Eye, Bell, BellRing } from "lucide-react"; +import { + Loader2, + Plus, + Trash, + Edit, + ExternalLink, + RefreshCw, + Clock, + Check, + X, + Activity, + Eye, + Bell, + BellRing +} from "lucide-react"; export default function WebhooksPage() { const { toast } = useToast();