Skip to content

Commit

Permalink
refactor: delete unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 29, 2024
1 parent 10b2d1b commit 941ce55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Footer/WFooter.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ const meta: any = {

export default meta
type Story = StoryObj<typeof meta>
/*
*👇 Render functions are a framework specific feature to allow you control on how the component renders.
* See https://storybook.js.org/docs/api/csf
* to learn how to use render functions.
*/

export const Footer: Story = {
render: (args: any) => ({
Expand Down

0 comments on commit 941ce55

Please sign in to comment.