Skip to content

Commit

Permalink
Imports correct version of items (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Oct 8, 2020
1 parent aea61e7 commit 1a2154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/choices.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { nanoid } from 'nanoid'
import Item from './list-item'
import Item from './inventory-item'

const Choices = props => {
const { choices } = props
Expand Down

0 comments on commit 1a2154a

Please sign in to comment.