ai-lawyer-agent/frontend/app/page.tsx

6 lines
101 B
TypeScript

import { Assistant } from "./assistant";
export default function Home() {
return <Assistant />;
}