chatbot-template/app/(chat)/chat/[id]/page.tsx

3 lines
50 B
TypeScript

export default function Page() {
return null;
}