ai-bot/app/_ui/footer.tsx

5 lines
105 B
TypeScript

export default function Footer() {
return <div className="h-[300px] w-full bg-red-200">
</div>
}