Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 1 | import store from '@/store'; |
Yoshie Muranaka | aa5e950 | 2021-02-23 11:23:52 -0800 | [diff] [blame] | 2 | import DumpsStore from '@/store/modules/Health/DumpsStore'; |
Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 3 | |
Yoshie Muranaka | 82a346b | 2020-10-26 10:57:53 -0700 | [diff] [blame] | 4 | store.unregisterModule('virtualMedia'); |
| 5 | |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 6 | store.registerModule('dumps', DumpsStore); |
Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 7 | |
| 8 | export default store; |