Woojin Lee

Fix module bugs

{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
This diff could not be displayed because it is too large.
......@@ -3,10 +3,10 @@
"author": "2020-1_KHU_CloudComputing_E",
"email": "16wjlee@khu.ac.kr",
"licence": "MIT",
"version": "0.3.0",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "react-s`cripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
......@@ -33,7 +33,8 @@
"chart.js": "^2.8.0",
"clsx": "^1.0.4",
"history": "^4.9.0",
"moment": "^2.24.0",
"moment": "2.24.0",
"moment-timezone": "^0.5.28",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
......@@ -48,7 +49,6 @@
"validate.js": "^0.13.1"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.1",
......
......@@ -34,10 +34,12 @@ const Topbar = props => {
>
<Toolbar>
<RouterLink to="/">
<h1>KhuBox</h1>
{/*
<img
alt="Logo"
src="/images/logos/logo--white.svg"
/>
/>*/}
</RouterLink>
<div className={classes.flexGrow} />
<Hidden mdDown>
......
This diff could not be displayed because it is too large.