linting fix
This commit is contained in:
Eric Leijonmarck
2024-02-16 09:39:23 +00:00
parent 3b0141c6d0
commit 1ea8eeea8f
+1
View File
@@ -1,3 +1,4 @@
import { hideAppNotification, notifyApp } from '../reducers/appNotification';
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
export { updateNavIndex, updateConfigurationSubtitle, notifyApp, hideAppNotification };