chore: initialize Vite project and configure pnpm, Tailwind CSS, React Router and Redux
This commit is contained in:
11
apps/web/src/App.tsx
Normal file
11
apps/web/src/App.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="bg-black">
|
||||
<h1 className="text-white">Hello World</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user