Files
BayIQ-UI/src/App.tsx

10 lines
124 B
TypeScript
Raw Normal View History

2025-11-20 19:09:43 +00:00
function App() {
return (
<>
<h1 className="text-blue-600">hello world</h1>
</>
);
}
export default App;