aboutsummaryrefslogtreecommitdiff
path: root/src/content/actions/setting.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/actions/setting.js')
-rw-r--r--src/content/actions/setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/actions/setting.js b/src/content/actions/setting.js
index 50c09ca..1c15dd7 100644
--- a/src/content/actions/setting.js
+++ b/src/content/actions/setting.js
@@ -34,4 +34,4 @@ const load = async() => {
return set(settings);
};
-export { load };
+export { set, load };