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

6 lines
201 B
TypeScript

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