components
This commit is contained in:
commit
009a214b40
40 changed files with 966 additions and 0 deletions
13
SurveyFrontend/src/pages/Questions.tsx
Normal file
13
SurveyFrontend/src/pages/Questions.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import Header from '../components/Header/Header.tsx'
|
||||
import MainComponents from '../components/MainComponent/MainComponent.tsx'
|
||||
|
||||
const Questions = () => {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<MainComponents />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Questions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue