UNPKG

create-vite-lite

Version:
8 lines (5 loc) 101 B
import "./App.css"; function App() { return <h1>Vite Preact JS</h1>; } export default App;