You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export const errorMessage = 'Oops... Something went wrong. Please reload the page'
|
|
export const FOLDER_VIEW = 'FOLDER_VIEW'
|
|
export const DETAILED_VIEW = 'DETAILED_VIEW'
|
|
export const TABLE_VIEW = 'TABLE_VIEW'
|
|
export const STATISTICS_VIEW = 'STATISTICS_VIEW' |