function App() {
return (
<>
<h1>Web CAD</h1>
<p>Welcome to the Web CAD application</p>
</>
)
}
export default App