fix: Type import path

This commit is contained in:
April Hall 2025-02-10 00:01:57 -05:00
parent 441ae58076
commit f1d64d65d9
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -1,7 +1,7 @@
<script lang="ts"> <script lang="ts">
import MessagesSquare from 'lucide-svelte/icons/messages-square'; import MessagesSquare from 'lucide-svelte/icons/messages-square';
import type { Snippet } from 'svelte'; import type { Snippet } from 'svelte';
import type { PageData } from '../../routes/$types'; import type { PageData } from '../../routes/(main)/$types';
import Channel from './channel.svelte'; import Channel from './channel.svelte';
import ChannelDialog from './channelDialog.svelte'; import ChannelDialog from './channelDialog.svelte';
import ModeSwitcher from './modeSwitcher.svelte'; import ModeSwitcher from './modeSwitcher.svelte';