From 5d8a816a3bd7cb70ae7839e2189b3bb74292b8d8 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Tue, 13 Jun 2023 14:30:42 +0200 Subject: [PATCH] Added placeholder for REST Mock --- new-frontend/src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/new-frontend/src/App.vue b/new-frontend/src/App.vue index 7e5953d..c7ab2ff 100644 --- a/new-frontend/src/App.vue +++ b/new-frontend/src/App.vue @@ -3,7 +3,6 @@ import { ref } from 'vue'; import XmlTool from './components/XmlTool.vue' const activeToolBox = ref('') -const tools = ref('') @@ -14,9 +13,13 @@ const tools = ref('') + + +

Formatter

+

REST Mock