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

7 lines
145 B
Text

import RouteTemplate from "ember-route-template";
export default RouteTemplate(
<template>
<section>{{outlet}}</section>
</template>
);