File size: 304 Bytes
1e92f2d | 1 2 3 4 5 6 7 | export const A4A_REPORTS_LINK = '/reports';
export const A4A_REPORTS_OVERVIEW_LINK = '/reports/overview';
export const A4A_REPORTS_DASHBOARD_LINK = '/reports/dashboard';
export const A4A_REPORTS_BUILD_LINK = '/reports/build';
export const A4A_REPORTS_SURVEY_PREFERENCE_KEY = 'a4a-reports-survey-shown';
|