diff --git a/client/src/App.js b/client/src/App.js index c824930..a9099a1 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,4 +1,5 @@ import React from 'react'; +import './style/style.css'; function App() { return
Hello World - React.js
;