2026-04-13 07:31:24 +00:00
|
|
|
function App() {
|
|
|
|
|
return (
|
2026-04-13 07:43:08 +00:00
|
|
|
<div className="min-h-screen bg-gray-50 text-gray-900">
|
|
|
|
|
<h1 className="text-2xl font-bold p-8">Orchai</h1>
|
2026-04-13 07:37:19 +00:00
|
|
|
</div>
|
2026-04-13 07:31:24 +00:00
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default App;
|