|
import { PinnedItems } from '@wordpress/interface';
|
|
|
|
import { scope } from './constants';
|
|
|
|
export default function Header() {
|
|
return (
|
|
<div className="tipus-header">
|
|
<div>
|
|
</div>
|
|
<div className="tipus-header__settings">
|
|
<PinnedItems.Slot scope={ scope } />
|
|
</div>
|
|
</div>
|
|
);
|
|
}
|