feat: Header for help-center pages (#4987)

This commit is contained in:
Sivin Varghese
2022-07-08 21:19:19 +05:30
committed by GitHub
parent 1bb9556c86
commit 43f46e96d4
12 changed files with 448 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ const Template = (args, { argTypes }) => ({
template: '<customer-satisfaction />',
});
export const item = Template.bind({});
item.args = {
export const Item = Template.bind({});
Item.args = {
onClick: action('Selected'),
};