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

routes.js « saved_replies « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd582a5ed869aebd0a513d17179cdba6cc9c3813 (plain)
1
2
3
4
5
6
7
8
import IndexComponent from './pages/index.vue';

export default [
  {
    path: '/',
    component: IndexComponent,
  },
];