Skip to content

Commit

Permalink
show Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrenberg committed Mar 27, 2024
1 parent 247835f commit ee6dc69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/App.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
import '../App.css';
import NavBar from '../components/NavBar';
import { Banner } from '../components/Banner.tsx';
import { Projects } from '../components/Projects.tsx';
import '../styles/Default.css';



function App() {
return (
<div id="home">
<NavBar />
<Banner />
<Projects />
</div>
)
}
Expand Down

0 comments on commit ee6dc69

Please sign in to comment.