feature(dashboard): add integrations and notifications
This commit is contained in:
@@ -74,6 +74,8 @@ const modals = {
|
||||
Testimonial: dynamic(() => import('./Testimonial'), {
|
||||
loading: Loading,
|
||||
}),
|
||||
AddIntegration: dynamic(() => import('./add-integration')),
|
||||
AddNotificationRule: dynamic(() => import('./add-notification-rule')),
|
||||
};
|
||||
|
||||
export const {
|
||||
|
||||
Reference in New Issue
Block a user