ai-bot/app/(main)/search/page.tsx

5 lines
75 B
TypeScript

export default function Page() {
return <div>
home
</div>
}