diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 19:37:21 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 19:37:21 +0530 |
commit | 10f7749d52df9a70e15a33cd76ba441f4b81a1a5 (patch) | |
tree | 153cf3f39f9573c23744333a5d6cc678ba514b61 /src/index.js | |
parent | b34cdba24fe2c2b445adcb3cf7c3e65e79ff6fd0 (diff) |
rendered a simple non-functional menu/navbar
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 4593486..c096aa7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; +import "./styles/global.css" import App from "./components/App"; ReactDOM.render(App(), document.getElementById("root")) |