diff --git a/frontend/src/pages/testFlow.vue b/frontend/src/pages/testFlow.vue
index 6b9c9ff..29ac791 100644
--- a/frontend/src/pages/testFlow.vue
+++ b/frontend/src/pages/testFlow.vue
@@ -9,6 +9,7 @@
プロパティ
+
diff --git a/frontend/src/pages/testRight.vue b/frontend/src/pages/testRight.vue
new file mode 100644
index 0000000..fc47cdd
--- /dev/null
+++ b/frontend/src/pages/testRight.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+ プロパティ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts
index a6d6df1..776ff90 100644
--- a/frontend/src/router/routes.ts
+++ b/frontend/src/router/routes.ts
@@ -10,7 +10,8 @@ const routes: RouteRecordRaw[] = [
{ path: 'test', component: () => import('pages/testQursar.vue') },
{ path: 'flow', component: () => import('pages/testFlow.vue') },
{ path: 'flowchart', component: () => import('pages/FlowChartTest.vue') },
- { path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') }
+ { path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') },
+ { path: 'right', component: () => import('pages/testRight.vue') },
],
},
// Always leave this as last one,