blob: ff20b9cf0d6bbd3e6a7a9aaf38ac42b6ca0b3062 [file] [log] [blame]
Yoshie Muranaka9e36f522020-02-05 07:42:34 -08001import store from '@/store';
Yoshie Muranakaaa5e9502021-02-23 11:23:52 -08002import DumpsStore from '@/store/modules/Health/DumpsStore';
Yoshie Muranaka9e36f522020-02-05 07:42:34 -08003
Yoshie Muranaka82a346b2020-10-26 10:57:53 -07004store.unregisterModule('virtualMedia');
5
Yoshie Muranaka22d4d522020-12-03 10:58:35 -08006store.registerModule('dumps', DumpsStore);
Yoshie Muranaka9e36f522020-02-05 07:42:34 -08007
8export default store;