Fixed merge conflicts

This commit is contained in:
2023-12-29 12:54:28 +01:00
parent 467adf2264
commit e8b22a41c6
31 changed files with 0 additions and 545 deletions

View File

@@ -12,14 +12,11 @@ const xsdTool = import("@views/XSDView.vue")
const xpathTool = import("@views/XPathView.vue")
const xqueryTool = import("@views/XQueryView.vue")
<<<<<<< HEAD
=======
const base64Encoder = import("@views/Base64EncoderView.vue")
const urlEncoder = import("@views/UrlEncoderView.vue")
const restMockMan = import("@views/man/RestMockManView.vue")
>>>>>>> 307e732608fca31b60027b417412691ff0e1c2f0
const routes = [
{
path: '/',
@@ -65,8 +62,6 @@ const routes = [
path: '/rest/mock',
name: 'restmock',
component: () => restMock
<<<<<<< HEAD
=======
},
{
path: '/encoder/base64',
@@ -82,7 +77,6 @@ const routes = [
path: '/man/rest-mock',
name: 'RestMockManView',
component: () => restMockMan
>>>>>>> 307e732608fca31b60027b417412691ff0e1c2f0
}
]