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
travel
13bd5ce0ca25cd03595e48dece6b9658b608b054
13bd5ce0ca25cd03595e48dece6b9658b608b054
Switch branch/tag
travel
frontend
src
Theme.tsx
Find file
Normal view
History
Permalink
Theme.tsx
125 Bytes
Edit
Web IDE
Newer
Older
처음
Kim, MinGyu
committed
Jun 29, 2022
1
2
3
4
5
6
7
8
9
10
import
React
from
"
react
"
;
export
default
function
Theme
()
{
return
(
<
div
>
Theme
</
div
>
);
}