aboutsummaryrefslogtreecommitdiffstats
path: root/helpers.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.jsx')
-rw-r--r--helpers.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/helpers.jsx b/helpers.jsx
index 427158d..9e130dc 100644
--- a/helpers.jsx
+++ b/helpers.jsx
@@ -112,4 +112,13 @@ export const handleRemove = ({ note, session, fetchNotes, setLoading, showError
);
};
+export const SORT = [
+ '▼ Updated',
+ '▲ Updated',
+ '▼ Created',
+ '▲ Created',
+ '▼ Title',
+ '▲ Title',
+]
+