// Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 import CartIcon from '../CartIcon'; import CurrencySwitcher from '../CurrencySwitcher'; import * as S from './Header.styled'; const Header = () => { return ( ); }; export default Header;