Skip to content

Commit

Permalink
fix(Typo): Import AutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Sep 17, 2023
1 parent 7cccfd3 commit 43ea7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/formkit-primevue",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
Expand Down
2 changes: 1 addition & 1 deletion src/formkit/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { FormKitTypeDefinition } from '@formkit/core'
import { createInput } from '@formkit/vue'

import PrimeAutoComplete from './PrimeAutocomplete.vue'
import PrimeAutoComplete from './PrimeAutoComplete.vue'
import PrimeCalendar from './PrimeCalendar.vue'
import PrimeCheckbox from './PrimeCheckbox.vue'
import PrimeChips from './PrimeChips.vue'
Expand Down

0 comments on commit 43ea7e3

Please sign in to comment.