From 522019f54dbd255af572ad0e47c3c65e624656c8 Mon Sep 17 00:00:00 2001 From: Devon A Thomson Date: Tue, 1 Sep 2020 17:01:01 -0400 Subject: [PATCH] merge cont --- src/plugins/dashboard/public/plugin.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/dashboard/public/plugin.tsx b/src/plugins/dashboard/public/plugin.tsx index c385e06285a78..0ce6f9489ea02 100644 --- a/src/plugins/dashboard/public/plugin.tsx +++ b/src/plugins/dashboard/public/plugin.tsx @@ -88,6 +88,9 @@ import { ACTION_ADD_TO_LIBRARY, AddToLibraryActionContext, AddToLibraryAction, + ACTION_LIBRARY_NOTIFICATION, + LibraryNotificationActionContext, + LibraryNotificationAction, } from './application'; import { createDashboardUrlGenerator,