export const VISIBILITY_FILTERS = { ALL: " all ", COMPLETED: true, INCOMPLETE: false }; export const AUTH_API = { GET_TOKEN = "http://192.168.0.234:8000/api/token/" };