react-docker-optimization/src/App.tsx

13 lines
213 B
TypeScript
Raw Normal View History

2025-01-05 18:06:10 +01:00
import './App.css';
const App = () => {
return (
<div className="content">
<h1>Rsbuild with React</h1>
<p>Start building amazing things with Rsbuild.</p>
</div>
);
};
export default App;