Skip to content

Commit

Permalink
fix(Input): remove ref import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 24, 2021
1 parent 8d23d8f commit 9d70428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/forms/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</template>

<script>
import { ref } from 'vue'
import Icon from '../elements/Icon'
export default {
Expand Down

0 comments on commit 9d70428

Please sign in to comment.