Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-11 15:40:26 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8803269bc0688dc846b0358d0d462eb5582742a9
8803269b
2 parents
b4e3e2ff
0fb51098
Merge branch 'master' of
ssh://khuhub.khu.ac.kr:12959/2020-1-capstone-design1/Triz_Project1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
front/web/react-app/src/Grid/ChatContainerGrid.js
front/web/react-app/src/index.js
front/web/react-app/src/mainpage/main.js
front/web/react-app/src/Grid/ChatContainerGrid.js
0 → 100644
View file @
8803269
File mode changed
front/web/react-app/src/index.js
View file @
8803269
...
...
@@ -3,13 +3,12 @@ import ReactDOM from 'react-dom';
import
'./mainpage/main.css'
;
import
HelloKhu
from
'./mainpage/main'
;
import
KhuIcon
from
'./mainpage/main'
;
ReactDOM
.
render
(
<
React
.
StrictMode
>
<
HelloKhu
/>
<
/React.StrictMode>
,
document
.
getElementById
(
'root'
)
);
...
...
front/web/react-app/src/mainpage/main.js
View file @
8803269
...
...
@@ -22,4 +22,11 @@ class KhuIcon extends Component {
}
}
export
default
()
=>
{
return
(
<>
<
KhuIcon
/>
<
HelloKhu
/>
<
/
>
)
};
...
...
Please
register
or
login
to post a comment