Libro de cuentos decorador global

export default {
    title: 'layout/ModuleManagement',
    component: ModuleManagement,
    decorators: [reduxDecoration, themeDecoration],
} as ComponentMeta<typeof ModuleManagement>
Clever Cowfish