Migrate to vite + react + tailwindcss
This commit is contained in:
parent
384e2fbc2c
commit
4cb5e97faf
28 changed files with 1990 additions and 1092 deletions
10
src/App.tsx
Normal file
10
src/App.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import './App.css'
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<h1 className="text-3xl font-bold underline">
|
||||
Hello world!
|
||||
</h1>
|
||||
)
|
||||
}
|
||||
export default App
|
Loading…
Add table
Add a link
Reference in a new issue