@@ -8,7 +8,6 @@ import { dynamicRemoteAccessReducer } from '@app/store/modules/dynamic-remote-ac
88import { dynamix } from '@app/store/modules/dynamix.js' ;
99import { emhttp } from '@app/store/modules/emhttp.js' ;
1010import { mothership } from '@app/store/modules/minigraph.js' ;
11- import { notificationReducer } from '@app/store/modules/notifications.js' ;
1211import { paths } from '@app/store/modules/paths.js' ;
1312import { registration } from '@app/store/modules/registration.js' ;
1413import { remoteGraphQLReducer } from '@app/store/modules/remote-graphql.js' ;
@@ -23,7 +22,6 @@ export const store = configureStore({
2322 emhttp : emhttp . reducer ,
2423 registration : registration . reducer ,
2524 remoteGraphQL : remoteGraphQLReducer ,
26- notifications : notificationReducer ,
2725 cache : cache . reducer ,
2826 docker : docker . reducer ,
2927 upnp : upnp . reducer ,
@@ -46,7 +44,6 @@ export const getters = {
4644 dynamix : ( ) => store . getState ( ) . dynamix ,
4745 emhttp : ( ) => store . getState ( ) . emhttp ,
4846 minigraph : ( ) => store . getState ( ) . minigraph ,
49- notifications : ( ) => store . getState ( ) . notifications ,
5047 paths : ( ) => store . getState ( ) . paths ,
5148 registration : ( ) => store . getState ( ) . registration ,
5249 remoteGraphQL : ( ) => store . getState ( ) . remoteGraphQL ,
0 commit comments