discourse/app/assets/javascripts/admin/addon/templates/web-hooks-edit.gjs
David Taylor b29e0b6e1b
DEV: [gjs-codemod] convert admin files to gjs
Updated using `@embroider/template-tag-codemod`, plus some manual fixups.
2025-03-25 16:59:21 +00:00

6 lines
233 B
Text

import RouteTemplate from "ember-route-template";
import WebhooksForm from "admin/components/admin-config-areas/webhooks-form";
export default RouteTemplate(
<template><WebhooksForm @webhook={{@controller.model}} /></template>
);