Skip to content

Commit

Permalink
Merge pull request #1198 from gagansuie/dev
Browse files Browse the repository at this point in the history
Chore: removed unused imports
  • Loading branch information
gagansuie authored Apr 30, 2024
2 parents 3d41f0d + 63972f9 commit 0ad8049
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 0ad8049

Please sign in to comment.