tudeplom commited on
Commit
e429998
·
verified ·
1 Parent(s): 8156c3c

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +3 -1
app.js CHANGED
@@ -41,4 +41,6 @@ function App() {
41
  <button onClick={sendMessage}>Gửi</button>
42
  </div>
43
  );
44
- }
 
 
 
41
  <button onClick={sendMessage}>Gửi</button>
42
  </div>
43
  );
44
+ }
45
+
46
+ export default App;