Files
BayIQ-UI/src/App.tsx
2025-11-20 19:09:43 +00:00

10 lines
124 B
TypeScript

function App() {
return (
<>
<h1 className="text-blue-600">hello world</h1>
</>
);
}
export default App;