From a32f5d3747e1c66c5ee9045e67dfdcb6d0dbc3f7 Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Tue, 22 Dec 2020 00:00:26 +0200 Subject: [PATCH] import style --- client/src/App.js | 1 + 1 file changed, 1 insertion(+) 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
;