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