aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/actions/index.js')
-rw-r--r--src/background/actions/index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/background/actions/index.js b/src/background/actions/index.js
deleted file mode 100644
index 3833389..0000000
--- a/src/background/actions/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-export default {
- // Settings
- SETTING_SET_SETTINGS: 'setting.set.settings',
- SETTING_SET_PROPERTY: 'setting.set.property',
-
- // Find
- FIND_SET_KEYWORD: 'find.set.keyword',
-
- // Tab
- TAB_SELECTED: 'tab.selected',
-};