diff --git a/src/App.tsx b/src/App.tsx index d22fd3d..84553f1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,5 @@ import { Header } from "./components/Header/Header.tsx"; +import { PhotoBar } from "./components/PhotoBar/PhotoBar.tsx"; import { Footer } from "./components/Footer/Footer.tsx"; import { Navigation } from "./components/Navigation/Navigation.tsx"; import { SampleSection } from "./components/Sections/SampleSection.tsx"; @@ -13,6 +14,7 @@ export const App = () => { {/* sections can go here */} +