Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-deps-02/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho authored Feb 1, 2024
2 parents 23a2796 + 5328bf2 commit 08fc81b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Meta, StoryObj } from '@storybook/web-components'

import { html } from 'lit'

import { InputComponentArgs, InputStoryArgs } from './input.args'
Expand Down Expand Up @@ -28,7 +27,6 @@ const createInput = (args) => {
value=${args.value}
icon=${args.icon}
helper-text=${args.helperText}
type=${args.type}
></atom-input>
`
}
Expand Down

0 comments on commit 08fc81b

Please sign in to comment.