Skip to content

Commit

Permalink
Update Hyperchat.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge authored Dec 30, 2024
1 parent e81381a commit 7527eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hyperchat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import Message from './Message.svelte';
import PinnedMessage from './PinnedMessage.svelte';
import ChatSummary from './ChatSummary.svelte';
import RedirectBanner from './RedirectBanner.svelte';
import PaidMessage from './PaidMessage.svelte';
import MembershipItem from './MembershipItem.svelte';
import ReportBanDialog from './ReportBanDialog.svelte';
Expand Down Expand Up @@ -46,7 +47,6 @@
ytDark
} from '../ts/storage';
import { version } from '../manifest.json';
import RedirectBanner from './RedirectBanner.svelte';
const welcome = { welcome: true, message: { messageId: 'welcome' } };
type Welcome = typeof welcome;
Expand Down

0 comments on commit 7527eda

Please sign in to comment.