diff --git a/vue3/src/components/display/Instructions.vue b/vue3/src/components/display/Instructions.vue
new file mode 100644
index 000000000..f1f69ac76
--- /dev/null
+++ b/vue3/src/components/display/Instructions.vue
@@ -0,0 +1,42 @@
+
+
+
+
+
+
diff --git a/vue3/src/components/display/InstructionsCompileComponent.vue b/vue3/src/components/display/InstructionsCompileComponent.vue
deleted file mode 100644
index d32f46443..000000000
--- a/vue3/src/components/display/InstructionsCompileComponent.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
diff --git a/vue3/src/components/display/Step.vue b/vue3/src/components/display/Step.vue
index 0b8c30862..2b01a6128 100644
--- a/vue3/src/components/display/Step.vue
+++ b/vue3/src/components/display/Step.vue
@@ -20,7 +20,7 @@
-
+
@@ -31,7 +31,7 @@ import IngredientsTable from "@/components/display/IngredientsTable.vue";
import {Step} from "@/openapi";
import {DateTime, Duration, Interval} from "luxon";
-import InstructionsCompileComponent from "@/components/display/InstructionsCompileComponent.vue";
+import Instructions from "@/components/display/Instructions.vue";
export default defineComponent({
name: "Step",
@@ -61,7 +61,7 @@ export default defineComponent({
return ''
}
},
- components: {InstructionsCompileComponent, IngredientsTable},
+ components: {Instructions, IngredientsTable},
props: {
step: {
type: {} as PropType,