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

4 lines
50 B
TypeScript
Raw Normal View History

export default function Page() {
return null;
2023-06-02 15:15:35 -04:00
}