refactor: enhance UI components and navigation structure, implement export functionality for wizard steps, and update routing for improved user experience
This commit is contained in:
parent
37ab8d7bab
commit
d7e52293e4
18 changed files with 3802 additions and 3318 deletions
8
pages/coop-planner.vue
Normal file
8
pages/coop-planner.vue
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<WizardPage />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Reuse the existing wizard content by importing it as a component
|
||||
import WizardPage from "~/pages/wizard.vue";
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue