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
37cfe93b6acaae7a396d9c296dd1dd97f803d2c5
37cfe93b6acaae7a396d9c296dd1dd97f803d2c5
Switch branch/tag
survey
frontend
src
CreateSurveyForm
index.tsx
Find file
Normal view
History
Permalink
index.tsx
98 Bytes
Edit
Web IDE
Newer
Older
CreateSurveyFormPage UI, Question Component
Jiwon Yoon
committed
Jul 01, 2022
1
2
export
{
CreateSurveyForm
}
from
"
./CreateSurveyFormPage
"
;
export
{
Question
}
from
"
./Question
"
;