SYMBOL INDEX (40 symbols across 18 files) FILE: src/components/organisms/MarkdownEditor/MarkdownEditor.component.jsx method cleanEditorState (line 10) | cleanEditorState() { FILE: src/components/organisms/MobileSideBar/MobileSideBar.component.jsx function openSidebar (line 36) | function openSidebar(isOp = true) { FILE: src/redux/alert/alert.reducer.js function alert (line 5) | function alert(state = InitialState, action) { FILE: src/redux/alert/alert.types.js constant SET_ALERT (line 1) | const SET_ALERT = 'SET_ALERT'; constant REMOVE_ALERT (line 2) | const REMOVE_ALERT = 'REMOVE_ALERT'; FILE: src/redux/answers/answers.reducer.js function answers (line 14) | function answers(state = initialState, action) { FILE: src/redux/answers/answers.types.js constant GET_ANSWERS (line 1) | const GET_ANSWERS = 'GET_ANSWERS'; constant ANSWER_ERROR (line 2) | const ANSWER_ERROR = 'ANSWER_ERROR'; constant DELETE_ANSWER (line 3) | const DELETE_ANSWER = 'DELETE_ANSWER'; constant ADD_ANSWER (line 4) | const ADD_ANSWER = 'ADD_ANSWER'; FILE: src/redux/auth/auth.reducer.js function auth (line 18) | function auth(state = initialState, action) { FILE: src/redux/auth/auth.types.js constant REGISTER_SUCCESS (line 1) | const REGISTER_SUCCESS = 'REGISTER_SUCCESS'; constant REGISTER_FAIL (line 2) | const REGISTER_FAIL = 'REGISTER_FAIL'; constant USER_LOADED (line 3) | const USER_LOADED = 'USER_LOADED'; constant AUTH_ERROR (line 4) | const AUTH_ERROR = 'AUTH_ERROR'; constant LOGIN_SUCCESS (line 5) | const LOGIN_SUCCESS = 'LOGIN_SUCCESS'; constant LOGIN_FAIL (line 6) | const LOGIN_FAIL = 'LOGIN_FAIL'; constant LOGOUT (line 7) | const LOGOUT = 'LOGOUT'; FILE: src/redux/comments/comments.reducer.js function comments (line 14) | function comments(state = initialState, action) { FILE: src/redux/comments/comments.types.js constant GET_COMMENTS (line 1) | const GET_COMMENTS = 'GET_COMMENTS'; constant COMMENT_ERROR (line 2) | const COMMENT_ERROR = 'COMMENT_ERROR'; constant DELETE_COMMENT (line 3) | const DELETE_COMMENT = 'DELETE_COMMENT'; constant ADD_COMMENT (line 4) | const ADD_COMMENT = 'ADD_COMMENT'; FILE: src/redux/posts/posts.reducer.js function posts (line 17) | function posts(state = initialState, action) { FILE: src/redux/posts/posts.types.js constant GET_POSTS (line 1) | const GET_POSTS = 'GET_POSTS'; constant GET_POST (line 2) | const GET_POST = 'GET_POST'; constant GET_TAG_POSTS (line 3) | const GET_TAG_POSTS = 'GET_TAG_POSTS'; constant POST_ERROR (line 4) | const POST_ERROR = 'POST_ERROR'; constant DELETE_POST (line 5) | const DELETE_POST = 'DELETE_POST'; constant ADD_POST (line 6) | const ADD_POST = 'ADD_POST'; FILE: src/redux/tags/tags.reducer.js function tags (line 11) | function tags(state = initialState, action) { FILE: src/redux/tags/tags.types.js constant GET_TAG (line 1) | const GET_TAG = 'GET_TAG'; constant GET_TAGS (line 2) | const GET_TAGS = 'GET_TAGS'; constant TAG_ERROR (line 3) | const TAG_ERROR = 'TAG_ERROR'; FILE: src/redux/users/users.reducer.js function users (line 10) | function users(state = initialState, action) { FILE: src/redux/users/users.types.js constant GET_USERS (line 1) | const GET_USERS = 'GET_USERS'; constant GET_USER (line 2) | const GET_USER = 'GET_USER'; constant USER_ERROR (line 3) | const USER_ERROR = 'USER_ERROR'; FILE: src/utils/handleFilter.js function getTime (line 12) | function getTime(a) { FILE: src/utils/handleSorting.js function getTime (line 12) | function getTime(a) {