react-docker-optimization/src/App.tsx
hadestructhor eb0d43e589
All checks were successful
ci/woodpecker/manual/workflow Pipeline was successful
feat: RsPack Bun Dockerfile
2025-01-05 18:06:10 +01:00

12 lines
213 B
TypeScript

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;