Delete Questions.tsx
This commit is contained in:
parent
831432ef41
commit
fa47c0356b
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
import React from 'react';
|
|
||||||
import Header from '../components/Header/Header.tsx'
|
|
||||||
import MainComponent from "../components/MainComponent/MainComponent.tsx";
|
|
||||||
|
|
||||||
const QuestionsPages: React.FC = () => {
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
<Header />
|
|
||||||
<MainComponent />
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
export default QuestionsPages;
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue