discovery-by-llm/frontend/src/App.vue

8 lines
153 B
Vue

<script setup lang="ts"></script>
<template>
<main>
<h1>discovery-by-llm</h1>
<p>Chat interface under construction.</p>
</main>
</template>