chore: minor code cleanup
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-14 21:39:42 +02:00
parent e7558d9a95
commit cbc010943c
No known key found for this signature in database
3 changed files with 15 additions and 18 deletions

View file

@ -42,6 +42,7 @@
<script lang="ts" setup>
import type { MessageResponse, ScrollPosition, UserResponse } from '~/types/interfaces';
import scrollToBottom from '~/utils/scrollToBottom';
import { generateIrcColor } from '#imports';
const props = defineProps<{ channelUrl: string, amount?: number, offset?: number }>();