Skip to content

Commit

Permalink
Chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gagansuie committed Apr 30, 2024
1 parent a69f19c commit 63972f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/Channel/Chat/Message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import { page } from '$app/stores'
import IconChatBan from '$lib/assets/icons/chat/IconChatBan.svelte'
import { onMount } from 'svelte'
import IconSocialYouTube from '$lib/assets/icons/social/IconSocialYouTube.svelte'
import IconSocialTwitch from '$lib/assets/icons/social/IconSocialTwitch.svelte'
export let sender: any, hostId: string, channel: any, onUsernameClick: any
let role: string, coloredRole: any
Expand Down

0 comments on commit 63972f9

Please sign in to comment.