Revert "style(frontend): removes _re from various file names (cleanup)"
This reverts commit 051f5d7bcb.
This commit is contained in:
@@ -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')
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user