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

constants.js « router « design_management_legacy « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abeef520e33c9929ac3e06c33e7551df540da082 (plain)
1
2
3
export const ROOT_ROUTE_NAME = 'root';
export const DESIGNS_ROUTE_NAME = 'designs';
export const DESIGN_ROUTE_NAME = 'design';