diff --git a/frontend/src/components/BtnClickCopy.vue b/frontend/src/components/BtnClickCopy.vue deleted file mode 100644 index 88dc28d37..000000000 --- a/frontend/src/components/BtnClickCopy.vue +++ /dev/null @@ -1,45 +0,0 @@ - - diff --git a/frontend/src/components/RegistrationForm.vue b/frontend/src/components/RegistrationForm.vue deleted file mode 100644 index 0add3d18f..000000000 --- a/frontend/src/components/RegistrationForm.vue +++ /dev/null @@ -1,169 +0,0 @@ - - diff --git a/frontend/src/components/VariablesSetup.vue b/frontend/src/components/VariablesSetup.vue deleted file mode 100644 index 7d3c90c80..000000000 --- a/frontend/src/components/VariablesSetup.vue +++ /dev/null @@ -1,76 +0,0 @@ - - \ No newline at end of file diff --git a/frontend/src/router/auth-router.js b/frontend/src/router/auth-router.js deleted file mode 100644 index 0e8401781..000000000 --- a/frontend/src/router/auth-router.js +++ /dev/null @@ -1,31 +0,0 @@ -import Vue from 'vue' -import VueRouter from 'vue-router' -import Home from '../views/Home.vue' - -Vue.use(VueRouter) - -const routes = [ - { - path: '/auth', - name: 'Login', - component: () => import('../views/auth/Login.vue') - }, - { - path: '/auth/register', - name: 'Register', - component: () => import('../views/auth/Registration.vue') - }, - { - path: '/auth/finalize', - name: 'AuthorizeApp', - component: () => import('../views/auth/AuthorizeApp.vue') - } -] - -const router = new VueRouter({ - mode: 'history', - base: process.env.BASE_URL, - routes -}) - -export default router diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 70da9c5e1..cc8fd921d 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -126,14 +126,6 @@ const routes = [ } ] }, - { - path: '/about', - name: 'about', - meta: { - title: 'About | Speckle' - }, - component: () => import('../views/About.vue') - }, { path: '/error', name: 'error', diff --git a/frontend/src/views/About.vue b/frontend/src/views/About.vue deleted file mode 100644 index 3fa28070d..000000000 --- a/frontend/src/views/About.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/frontend/src/views/NotFound.vue b/frontend/src/views/NotFound.vue index 07104ca9e..559bc9e4e 100644 --- a/frontend/src/views/NotFound.vue +++ b/frontend/src/views/NotFound.vue @@ -1,27 +1,30 @@