1
0
Files
nir-frontend/src/routes/(auth)/channels/+page.svelte
2024-05-19 19:20:22 +03:00

6 lines
233 B
Svelte

<div class="flex h-full w-full items-center justify-center">
<div class="w-[20%] min-w-[300px] space-y-4 rounded-lg bg-secondary p-4">
<h1 class="text-center text-4xl font-bold">No channel selected</h1>
</div>
</div>