From e82c7de6cad63900acebeb3e4b9ad2f52cc41b9f Mon Sep 17 00:00:00 2001 From: deno Date: Tue, 17 Dec 2024 07:09:14 -0500 Subject: [PATCH] chore: cleanup avatar story (#5844) --- .../styles/stories/Components/avatar/avatar.stories.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/styles/stories/Components/avatar/avatar.stories.js b/packages/styles/stories/Components/avatar/avatar.stories.js index aee9a873cd..4860e97fbb 100644 --- a/packages/styles/stories/Components/avatar/avatar.stories.js +++ b/packages/styles/stories/Components/avatar/avatar.stories.js @@ -54,16 +54,6 @@ The avatar control is adaptive and has five predefined sizes. These are the same tags: ['v1'] } }; -const localStyles = ` - -`; export const BackgroundImage = () => backgroundImageExampleHtml; BackgroundImage.storyName = 'Image, Person';