From 1a2154a6ddb571365e77fd8309f00143323adeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20G=C3=A5sodden?= Date: Thu, 8 Oct 2020 08:09:18 +0200 Subject: [PATCH] Imports correct version of items (patch) --- components/choices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/choices.js b/components/choices.js index b394507..bb2fff4 100644 --- a/components/choices.js +++ b/components/choices.js @@ -1,5 +1,5 @@ import { nanoid } from 'nanoid' -import Item from './list-item' +import Item from './inventory-item' const Choices = props => { const { choices } = props