fix: Move channelDialog into new forms dir

This commit is contained in:
April Hall 2025-02-15 19:01:47 -05:00
parent 266a329e7e
commit d77ee01bfe
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import type { Snippet } from 'svelte';
import type { PageData } from '../../routes/(main)/$types';
import Channel from './channel.svelte';
import ChannelDialog from './channelDialog.svelte';
import ChannelDialog from './forms/channelDialog.svelte';
import ModeSwitcher from './modeSwitcher.svelte';
import User from './user.svelte';