Adds /context route with tabbed UI for managing uploaded documents and manually-entered environment facts. Includes inline confirm-before-delete, add-fact form with category/key/value fields, wizard CTA panel, and stub components for DocUploadZone and WizardOverlay (Task 14).
7 lines
116 B
Vue
7 lines
116 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
defineEmits<{ close: []; complete: [] }>()
|
|
</script>
|