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
minsung
2020-06-11 15:38:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56b953633e18ec939cf480b6910f62adb2002bb8
56b95363
1 parent
797ac211
make grid files
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 @
56b9536
File mode changed
front/web/react-app/src/index.js
View file @
56b9536
...
...
@@ -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 @
56b9536
...
...
@@ -22,4 +22,11 @@ class KhuIcon extends Component {
}
}
export
default
()
=>
{
return
(
<>
<
KhuIcon
/>
<
HelloKhu
/>
<
/
>
)
};
...
...
Please
register
or
login
to post a comment