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