This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/src/settings/actions/index.js
2017-10-08 14:44:21 +09:00

4 lines
82 B
JavaScript

export default {
// Settings
SETTING_SET_SETTINGS: 'setting.set.settings',
};