mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
humble beginnings (frontend edition)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { useState } from 'react'
|
||||
import reactLogo from './assets/react.svg'
|
||||
import viteLogo from '/vite.svg'
|
||||
|
||||
function App() {
|
||||
const [count, setCount] = useState(0)
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h1>Raster</h1>
|
||||
<p className="text-red-500">Hello World</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user