Messenger/packages/mobile/app/(app)/new/channel.tsx
Заид Омар Медхат | Zaid Omar Medhat f653b083aa f
2026-07-13 12:32:00 +05:00

6 lines
205 B
TypeScript

import type { ReactElement } from 'react';
import { NewChatWizard } from '@/features/conversations';
export default function NewChannelRoute(): ReactElement {
return <NewChatWizard mode="channel" />;
}