diff --git a/portfolio-view/src/App.tsx b/portfolio-view/src/App.tsx index 378bb9a..5ffabde 100644 --- a/portfolio-view/src/App.tsx +++ b/portfolio-view/src/App.tsx @@ -1,6 +1,8 @@ import { Header } from './components/layout/Header' import { Footer } from './components/layout/Footer' import { HeroSection } from './components/hero/HeroSection' +import { TechStackSection } from './components/tech/TechStackSection' +import { ArchitectureSection } from './components/architecture/ArchitectureSection' import { ProjectsSection } from './components/projects/ProjectsSection' import { ChatWidget } from './components/chat/ChatWidget' @@ -10,6 +12,8 @@ function App() {
+ +