File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 11import { Container , Nav , Navbar } from 'react-bootstrap'
22import styles from '../header.module.css'
33import { BackOrBrand , NavPrice , SearchItem } from './common'
4+ import { CarouselProvider } from './carousel'
45
56export default function StaticHeader ( ) {
67 return (
7- < Container as = 'header' className = 'px-sm-0' >
8- < Navbar >
9- < Nav
10- className = { styles . navbarNav }
11- >
12- < BackOrBrand />
13- < SearchItem />
14- < NavPrice className = 'justify-content-end' />
15- </ Nav >
16- </ Navbar >
17- </ Container >
8+ < CarouselProvider >
9+ < Container as = 'header' className = 'px-sm-0' >
10+ < Navbar >
11+ < Nav
12+ className = { styles . navbarNav }
13+ >
14+ < BackOrBrand />
15+ < SearchItem />
16+ < NavPrice className = 'justify-content-end' />
17+ </ Nav >
18+ </ Navbar >
19+ </ Container >
20+ </ CarouselProvider >
1821 )
1922}
You can’t perform that action at this time.
0 commit comments