mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export default function Home() {
|
|
return <div className={``}></div>;
|
|
}
|