fixed getting data for completing a survey
This commit is contained in:
parent
88dcb63232
commit
2ec9354fc1
13 changed files with 128 additions and 55 deletions
|
|
@ -1,11 +1,9 @@
|
|||
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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue