Files
core/src/features/admin/widgets/index.client.js
T
hykocx 0106bc4ea0 feat(core)!: introduce runtime extension registry and flat module conventions
BREAKING CHANGE: sup config now derives entries from package.json#exports and a server/client glob instead of manual lists; module structure follows flat + barrel convention with .server.js/.client.js runtime suffixes
2026-04-22 14:13:30 -04:00

6 lines
211 B
JavaScript

'use client';
// Import side-effects : chaque widget core s'auto-enregistre auprès du registry.
// Ajouter un widget core = créer un nouveau fichier *.client.js et l'importer ici.
import './users.client.js';