import React from 'react'; import SnapAuthorship from '.'; export default { title: 'Components/App/Snaps/SnapAuthorship', component: SnapAuthorship, argTypes: { snapId: { control: 'text', }, }, }; export const DefaultStory = (args) => ; DefaultStory.storyName = 'Default'; DefaultStory.args = { snapId: 'npm:@metamask/test-snap-bip44', };