Skip to content

Commit

Permalink
fix: path error
Browse files Browse the repository at this point in the history
  • Loading branch information
martsimq committed Jul 11, 2024
1 parent 80fd4e5 commit 9e9f945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Workflow/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import TopBox from "@/pages/Home/components/TopBox.vue";
import LeftBox from "@/pages/Home/components/LeftBox.vue";
import RightBox from "@/pages/Home/components/RightBox.vue";
import TopBox from "@/pages/Workflow/components/TopBox.vue";
import LeftBox from "@/pages/Workflow/components/LeftBox.vue";
import RightBox from "@/pages/Workflow/components/RightBox.vue";
import Question from "@/components/Question.vue";
import Case from "@/components/Case.vue";
</script>
Expand Down

0 comments on commit 9e9f945

Please sign in to comment.