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