Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 1 | import store from '@/store'; |
Sandeepa Singh | 05887b5 | 2022-01-10 19:19:36 +0530 | [diff] [blame] | 2 | import KeyClearStore from '@/store/modules/Operations/KeyClearStore'; |
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 | |
Sandeepa Singh | 05887b5 | 2022-01-10 19:19:36 +0530 | [diff] [blame] | 6 | store.registerModule('key-clear', KeyClearStore); |
| 7 | |
Yoshie Muranaka | 9e36f52 | 2020-02-05 07:42:34 -0800 | [diff] [blame] | 8 | export default store; |