new constant - faq

This commit is contained in:
saparatayev 2022-12-13 14:23:32 +05:00
parent 06d7d944c5
commit b5fe6b68cf
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export const ALLOWED_FILE_TYPES = [
]; ];
export const QUESTIONNAIRE_LINK = "/export-questionnaire/"; export const QUESTIONNAIRE_LINK = "/export-questionnaire/";
export const LETTER_LINK = "/doc/"; export const LETTER_LINK = "/doc/";
export const FAQ = "/doc/faq/";
// Application states // Application states
export const APPLICATION_DRAFT_STATE = "draft"; export const APPLICATION_DRAFT_STATE = "draft";