fix: Type import path
This commit is contained in:
parent
441ae58076
commit
f1d64d65d9
@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import MessagesSquare from 'lucide-svelte/icons/messages-square';
|
||||
import type { Snippet } from 'svelte';
|
||||
import type { PageData } from '../../routes/$types';
|
||||
import type { PageData } from '../../routes/(main)/$types';
|
||||
import Channel from './channel.svelte';
|
||||
import ChannelDialog from './channelDialog.svelte';
|
||||
import ModeSwitcher from './modeSwitcher.svelte';
|
||||
|
Loading…
Reference in New Issue
Block a user