aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 07:34:35 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-06 07:34:35 +0530
commit5963f29f11d0bd90b903edc338a077c054c236a7 (patch)
tree9ce81d749653bd2d6471ad2ef81b56ab755eee34 /src/features/todos
parent5.6.1-nightly.51 [skip ci] (diff)
downloadferdium-app-5963f29f11d0bd90b903edc338a077c054c236a7.tar.gz
ferdium-app-5963f29f11d0bd90b903edc338a077c054c236a7.tar.zst
ferdium-app-5963f29f11d0bd90b903edc338a077c054c236a7.zip
chore: remove unused Google Analytics constants [skip ci]
Diffstat (limited to 'src/features/todos')
-rw-r--r--src/features/todos/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/todos/index.js b/src/features/todos/index.js
index 55956d1d7..573190881 100644
--- a/src/features/todos/index.js
+++ b/src/features/todos/index.js
@@ -3,8 +3,6 @@ import TodoStore from './store';
3 3
4const debug = require('debug')('Ferdi:feature:todos'); 4const debug = require('debug')('Ferdi:feature:todos');
5 5
6export const GA_CATEGORY_TODOS = 'Todos';
7
8export const todosStore = new TodoStore(); 6export const todosStore = new TodoStore();
9 7
10export default function initTodos(stores, actions) { 8export default function initTodos(stores, actions) {