import { Component } from "react";
class App extends Component {
render() {
return (
hello everyone
A simple primary alert—check it out!
A simple primary alert—check it out!
A simple primary alert—check it out!
A simple primary alert—check it out!
);
}
}
export default App;