WIP push-to-talk Letta chat frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 289 B view raw
1<script lang="ts"> 2 import "@fontsource-variable/recursive/full.css"; 3 import "@fontsource/flow-block/400.css"; 4 import "../app.css"; 5 6 let { children } = $props(); 7</script> 8 9<div class="flex flex-col-reverse justify-start gap-3 h-full overflow-hidden"> 10 {@render children()} 11</div>