// panel-auth-ui — host-side no-op stub. // The loader mounts every row host-side; the real work lives in client.js, // served by the client module system under the dsh.client declaration. export default { name: 'panel-auth-ui', apply() {}, }