Updated telegram and formatting
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user