refactor: update app.vue and various components to improve routing paths, enhance UI consistency, and streamline layout for better user experience
This commit is contained in:
parent
b6e8d3b7ec
commit
78af43770c
29 changed files with 1699 additions and 1990 deletions
8
pages/tools/coop-planner.vue
Normal file
8
pages/tools/coop-planner.vue
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<CoopBuilderPage />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Reuse the existing coop builder content by importing it as a component
|
||||
import CoopBuilderPage from "~/pages/coop-builder.vue";
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue