diff --git a/portfolio-view/src/App.tsx b/portfolio-view/src/App.tsx index 5ffabde..106f2e4 100644 --- a/portfolio-view/src/App.tsx +++ b/portfolio-view/src/App.tsx @@ -4,6 +4,7 @@ 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 { DeliverSection } from './components/deliver/DeliverSection' import { ChatWidget } from './components/chat/ChatWidget' function App() { @@ -15,6 +16,7 @@ function App() { +