Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « crm « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b085837aea740726c9de11897947e7b5f85f0da (plain)
1
2
3
export const INDEX_ROUTE_NAME = 'index';
export const NEW_ROUTE_NAME = 'new';
export const EDIT_ROUTE_NAME = 'edit';