import "./App.css";

function App() {
	return <h1>Vite Preact JS</h1>;
}

export default App;
