Revert "style(frontend): removes _re from various file names (cleanup)"

This reverts commit 051f5d7bcb.
This commit is contained in:
Dimitrie Stefanescu
2021-10-09 20:42:57 +01:00
parent 051f5d7bcb
commit 59c1ef00b5
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ const routes = [
meta: {
title: 'Home | Speckle'
},
component: () => import('@/views/Frontend.vue'),
component: () => import('@/views/Frontend_re.vue'),
children: [
{
path: '',
@@ -80,7 +80,7 @@ const routes = [
meta: {
title: 'Stream | Speckle'
},
component: () => import('@/views/stream/Stream.vue'),
component: () => import('@/views/stream/Stream_re_re.vue'),
children: [
{
path: '',
@@ -88,7 +88,7 @@ const routes = [
meta: {
title: 'Stream | Speckle'
},
component: () => import('@/views/stream/Details.vue')
component: () => import('@/views/stream/Details_re.vue')
},
{