diff --git a/packages/web/stories/EmptyLibrary.stories.tsx b/packages/web/stories/EmptyLibrary.stories.tsx index 68104a528..196c982fc 100644 --- a/packages/web/stories/EmptyLibrary.stories.tsx +++ b/packages/web/stories/EmptyLibrary.stories.tsx @@ -12,10 +12,15 @@ export default { }, } as ComponentMeta -export const EmptyLibraryStory: ComponentStory = (args: any) => { +export const EmptyLibraryStory: ComponentStory = ( + args: any +) => { return ( - { - console.log('onAddLinkClicked') - }} /> + { + console.log('onAddLinkClicked') + }} + /> ) }