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

constants.js « router « static_site_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd715f918cebbbc6a9b9c65e03ade7bcea197ae6 (plain)
1
2
export const HOME_ROUTE = { name: 'home' };
export const SUCCESS_ROUTE = { name: 'success' };