add page completing survey
This commit is contained in:
parent
8182bc1c43
commit
4f1a7cc434
15 changed files with 333 additions and 120 deletions
14
SurveyFrontend/src/pages/CompleteSurvey/CompleteSurvey.tsx
Normal file
14
SurveyFrontend/src/pages/CompleteSurvey/CompleteSurvey.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import Header from "../../components/Header/Header.tsx";
|
||||
import styles from './CompleteSurvey.module.css'
|
||||
import CompletingSurvey from "../../components/CompletingSurvey/CompletingSurvey.tsx";
|
||||
|
||||
export const CompleteSurvey = () => {
|
||||
return(
|
||||
<div className={styles.layout}>
|
||||
<Header/>
|
||||
<CompletingSurvey/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default CompleteSurvey
|
||||
Loading…
Add table
Add a link
Reference in a new issue