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-04-10 13:46:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1786cc5e2054d900c44e3a5526299a40a2306ab6
1786cc5e
1 parent
c29da385
add globalstyles
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
front/src/Components/App.js
front/src/Components/App.js
View file @
1786cc5
import
React
from
"react"
;
import
GlobalStyles
from
"../Styles/GlobalStyles"
;
function
App
()
{
return
<
div
className
=
"App"
><
/div>
;
}
export
default
App
;
export
default
()
=>
{
return
(
<>
<
GlobalStyles
/>
<
div
id
=
"App"
><
/div
>
<
/
>
);
};
...
...
Please
register
or
login
to post a comment