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:
Jennie Robinson Faber 2025-09-11 11:51:48 +01:00
parent b6e8d3b7ec
commit 78af43770c
29 changed files with 1699 additions and 1990 deletions

View 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>