6 lines
148 B
Markdown
6 lines
148 B
Markdown
|
```jsx
|
||
|
import { SectionHeader } from '@woocommerce/components';
|
||
|
|
||
|
const MySectionHeader = () => <SectionHeader title={ 'Store Performance' } />;
|
||
|
```
|