Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
2b2d9a4a
Commit
2b2d9a4a
authored
Jun 28, 2021
by
Kim, Chaerin
Browse files
profile header 추가
parent
d7639ab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/pages/InfoUpdatePage.js
View file @
2b2d9a4a
import
Header
from
"
../components/Header
"
;
import
InfoUpdate
from
"
../components/Profile/InfoUpdate
"
;
const
InfoUpdatePage
=
()
=>
{
return
(
<
div
>
<
Header
/>
<
InfoUpdate
/>
<
/div
>
);
};
export
default
InfoUpdatePage
;
\ No newline at end of file
export
default
InfoUpdatePage
;
client/src/pages/ProfilePage.js
View file @
2b2d9a4a
import
Header
from
"
../components/Header
"
;
import
Profile
from
"
../components/Profile/Profile
"
;
import
Info
from
"
../components/Profile/Info
"
;
import
InfoUpdate
from
"
../components/Profile/InfoUpdate
"
;
const
ProfilePage
=
()
=>
{
return
(
<
div
>
<
Header
/>
<
Profile
/>
<
Info
/>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment