open page settings
This commit is contained in:
parent
1ebd915064
commit
ae51520966
7 changed files with 70 additions and 2 deletions
|
|
@ -0,0 +1,14 @@
|
|||
import React from 'react';
|
||||
import SurveyInfo from "../SurveyInfo/SurveyInfo.tsx";
|
||||
import styles from "./SettingSurvey.module.css";
|
||||
|
||||
|
||||
const SettingSurvey: React.FC = () => {
|
||||
return (
|
||||
<div className={styles.settingSurvey}>
|
||||
<SurveyInfo />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default SettingSurvey;
|
||||
Loading…
Add table
Add a link
Reference in a new issue