changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { patch } from '@web/core/utils/patch';
|
||||
|
||||
import { WebClient } from '@web/webclient/webclient';
|
||||
import { Sidebar } from '@fusion_backend_theme/webclient/sidebar/sidebar';
|
||||
|
||||
patch(WebClient, {
|
||||
components: {
|
||||
...WebClient.components,
|
||||
Sidebar,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user