Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 1 | import store from '@/store'; |
Derick Montague | 828dda9 | 2021-06-28 15:52:22 -0500 | [diff] [blame] | 2 | import DumpsStore from '@/store/modules/Logs/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; |