Delete Settings.tsx

This commit is contained in:
Tatyana Nikolaeva 2025-04-28 07:19:11 +00:00
parent ffb5329568
commit 235014d446

View file

@ -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;