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