import React from 'react'; function App() { return (
Hello staff react!!!!
); } export default App;