From 1ea8eeea8fda2644ede5f28ae661c387a6bd4f29 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Fri, 16 Feb 2024 09:39:23 +0000 Subject: [PATCH] gs linting fix --- public/app/core/actions/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/actions/index.ts b/public/app/core/actions/index.ts index 88c6c68ab2e..d73c489b33e 100644 --- a/public/app/core/actions/index.ts +++ b/public/app/core/actions/index.ts @@ -1,3 +1,4 @@ import { hideAppNotification, notifyApp } from '../reducers/appNotification'; import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel'; + export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };