diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 10193a063..eca806181 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -70,7 +70,7 @@ import Navbar from '$lib/components/layout/Navbar.svelte'; import ChatControls from './ChatControls.svelte'; import EventConfirmDialog from '../common/ConfirmDialog.svelte'; - import Placeholder from './Messages/Placeholder.svelte'; + import Placeholder from './Placeholder.svelte'; export let chatIdProp = ''; @@ -1954,7 +1954,7 @@ {/if}