Updated telegram and formatting

This commit is contained in:
2023-01-01 21:58:51 +03:00
parent 35b6170959
commit 3963b68a73
18 changed files with 131 additions and 103 deletions

View File

@@ -8,10 +8,10 @@ import ContactForm from './components/ContactForm'
const App: Component = () => {
return (
<div class='App'>
<Controls/>
<Hero/>
<Projects/>
<ContactForm/>
<Controls />
<Hero />
<Projects />
<ContactForm />
</div>
);
};