Decorador global do livro de histórias
export default {
title: 'layout/ModuleManagement',
component: ModuleManagement,
decorators: [reduxDecoration, themeDecoration],
} as ComponentMeta<typeof ModuleManagement>
Clever Cowfish