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
survey
Commits
58fc8be2
Commit
58fc8be2
authored
Jul 07, 2022
by
Yoon, Daeki
😅
Browse files
프로파일 컴포넌트 생성
parent
4acd889b
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/profile/Profile.tsx
0 → 100644
View file @
58fc8be2
import
React
from
"
react
"
;
export
const
Profile
=
()
=>
{
return
<
div
>
Profile
</
div
>;
};
frontend/src/profile/index.tsx
0 → 100644
View file @
58fc8be2
export
{
Profile
}
from
"
./Profile
"
;
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