diff --git a/docs/snippets/react/page-story-with-args-composition.ts.mdx b/docs/snippets/react/page-story-with-args-composition.ts.mdx index a088dfda54fe..be960adff652 100644 --- a/docs/snippets/react/page-story-with-args-composition.ts.mdx +++ b/docs/snippets/react/page-story-with-args-composition.ts.mdx @@ -18,7 +18,6 @@ export default { */ title: 'DocumentScreen', component: DocumentScreen, - title: 'DocumentScreen', } as ComponentMeta; @@ -30,4 +29,4 @@ Simple.args = { document: DocumentHeader.Simple.args.document, subdocuments: DocumentList.Simple.args.documents, }; -``` \ No newline at end of file +```