styles for navigation and survey info
This commit is contained in:
parent
1bc96d830e
commit
2cbfb06b4a
30 changed files with 199 additions and 555 deletions
|
|
@ -1,13 +1,14 @@
|
|||
import React from 'react';
|
||||
import Header from '../components/Header/Header.tsx'
|
||||
import MainComponents from '../components/MainComponent/MainComponent.tsx'
|
||||
import MainComponent from "../components/MainComponent/MainComponent.tsx";
|
||||
|
||||
const Questions = () => {
|
||||
const QuestionsPages: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<MainComponents />
|
||||
<MainComponent />
|
||||
</>
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
export default Questions;
|
||||
export default QuestionsPages;
|
||||
Loading…
Add table
Add a link
Reference in a new issue