2024-06-09 16:44:08 +08:00
|
|
|
<script lang="ts">
|
|
|
|
import { toast } from 'svelte-sonner';
|
2024-06-15 18:07:40 +08:00
|
|
|
import { onMount, getContext } from 'svelte';
|
2024-06-09 16:44:08 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<div class="flex flex-col h-full justify-between text-sm">
|
2024-11-15 18:05:43 +08:00
|
|
|
<div class=" space-y-3 overflow-y-scroll scrollbar-hidden h-full">Models</div>
|
2024-06-09 16:44:08 +08:00
|
|
|
</div>
|