discourse/app/assets/javascripts/admin/addon/templates/api-keys/new.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

4 lines
193 B
Text
Vendored

import RouteTemplate from "ember-route-template";
import ApiKeysNew from "admin/components/admin-config-areas/api-keys-new";
export default RouteTemplate(<template><ApiKeysNew /></template>);