diff --git a/src/App.tsx b/src/App.tsx index 486a861..72280e4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,14 +3,16 @@ import type { Component } from 'solid-js'; import Controls from './components/Controls'; import Hero from './components/Hero' import Projects from './components/Projects/Projects' +import ContactForm from './components/ContactForm' const App: Component = () => { return ( - <> +