6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
// app/ai-chat/test-auth/page.tsx
|
|
import TestAuth from '../generate-code/test-auth';
|
|
|
|
export default function TestAuthPage() {
|
|
return <TestAuth />;
|
|
} |