mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-02 01:01:08 +00:00
fix: remove unused
This commit is contained in:
parent
dcf1705edb
commit
071ffe1f81
1 changed files with 1 additions and 2 deletions
|
@ -1,14 +1,13 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { VList } from 'virtua/svelte';
|
import { VList } from 'virtua/svelte';
|
||||||
|
|
||||||
import type { Message } from '$lib/types';
|
|
||||||
import ChatMessage from './ChatMessage.svelte';
|
import ChatMessage from './ChatMessage.svelte';
|
||||||
import { tick } from 'svelte';
|
import { tick } from 'svelte';
|
||||||
import type { MessageSection } from '$lib/chat';
|
import type { MessageSection } from '$lib/chat';
|
||||||
import { tw } from '$lib/tw';
|
import { tw } from '$lib/tw';
|
||||||
import { AvatarBeam } from 'svelte-boring-avatars';
|
import { AvatarBeam } from 'svelte-boring-avatars';
|
||||||
import ServiceMessage from '$lib/components/ServiceMessage.svelte';
|
import ServiceMessage from '$lib/components/ServiceMessage.svelte';
|
||||||
import { formatMessageDate, formatMessageSectionDate } from '$lib/formatters';
|
import { formatMessageSectionDate } from '$lib/formatters';
|
||||||
|
|
||||||
export let sectionedMessages: MessageSection[] = [];
|
export let sectionedMessages: MessageSection[] = [];
|
||||||
export let mySenderId: string;
|
export let mySenderId: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue