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
a6e5758305b7f463b3f307d45bf649bc16b4e44d
a6e5758305b7f463b3f307d45bf649bc16b4e44d
Switch branch/tag
travel
frontend
src
board
index.tsx
Find file
Normal view
History
Permalink
index.tsx
88 Bytes
Edit
Web IDE
Newer
Older
프론트엔드 파일 구조 변경
Yoon, Daeki
committed
Jul 07, 2022
1
export
{
default
as
Board
}
from
"
./board
"
;
App Route
Lee Soobeom
committed
Aug 15, 2022
2
export
{
default
as
Posts
}
from
"
./posts
"
;