fix basic query

This commit is contained in:
Nikomiko 2026-01-30 01:01:42 -05:00 committed by Sheldon Cooper
parent e360ee1557
commit 502edd8263
2 changed files with 22 additions and 7 deletions

View file

@ -5,13 +5,23 @@
</section>
<section class="section container">
<p class="notification">
Under construction :3
</p>
<div class="notification is-info block">
<p>To searcn tropos-agnostically, enter a term below.</p>
</div>
<div class="block is-flex is-flex-direction-row is-gap-2">
<input class="input" type="text"></input>
</div>
<div class="container">
</div>
</section>
</div>
</template>
<script lang="ts">
<script setup lang="ts">
</script>