Files
LivePoll/frontend/src/App.jsx

15 lines
159 B
React
Raw Normal View History

2024-11-05 22:12:03 +05:30
import { } from 'react'
2024-11-05 21:10:31 +05:30
import './App.css'
function App() {
return (
2024-11-05 22:12:03 +05:30
<div className="bg-slate-700">
Hello
</div>
2024-11-05 21:10:31 +05:30
)
}
export default App