Skip to content

Commit

Permalink
Remove unused component.
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Jun 10, 2023
1 parent 904b884 commit 440231b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ import Anchors from './anchors.vue'
import Category from './category.vue'
import Preview from './preview.vue'
import Search from './search.vue'
import Emoji from './Emoji.vue'
import SelectedEmoji from './selectedEmoji.vue'
const I18N = {
Expand Down Expand Up @@ -307,7 +306,6 @@ export default {
Category,
Preview,
Search,
Emoji,
SelectedEmoji,
},
}
Expand Down

0 comments on commit 440231b

Please sign in to comment.