From 5963f29f11d0bd90b903edc338a077c054c236a7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 6 Sep 2021 07:34:35 +0530 Subject: chore: remove unused Google Analytics constants [skip ci] --- src/features/todos/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/features/todos') 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'; const debug = require('debug')('Ferdi:feature:todos'); -export const GA_CATEGORY_TODOS = 'Todos'; - export const todosStore = new TodoStore(); export default function initTodos(stores, actions) { -- cgit v1.2.3-54-g00ecf