Recursive preview
This commit is contained in:
10
src/App.tsx
10
src/App.tsx
@@ -1,6 +1,6 @@
|
||||
import type { Component } from 'solid-js';
|
||||
import type { Component } from 'solid-js'
|
||||
|
||||
import Controls from './components/Controls';
|
||||
import Controls from './components/Controls'
|
||||
import Hero from './components/Hero'
|
||||
import Projects from './components/Projects/Projects'
|
||||
import ContactForm from './components/ContactForm'
|
||||
@@ -13,7 +13,7 @@ const App: Component = () => {
|
||||
<Projects />
|
||||
<ContactForm />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
export default App;
|
||||
export default App
|
||||
|
||||
Reference in New Issue
Block a user