remove old design

This commit is contained in:
dertyp7
2024-01-13 15:44:41 +01:00
parent 7dac58b070
commit 15a866bbe6
8 changed files with 3 additions and 391 deletions

View File

@@ -1,12 +1,5 @@
import "@styles/App.scss";
import Header from "@components/Header";
import About from "@components/About";
export default function App() {
return (
<div id="app">
<Header />
<About />
</div>
);
return <div id="app"></div>;
}