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.
ambar2/FrontEnd/src/utils/constants.js

5 lines
256 B
JavaScript

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'