From 4fee98c8fe9790279c9134ec81e277c629cf43d3 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Wed, 29 Apr 2020 23:51:53 -0600 Subject: [PATCH] Update example word data structure in default --- src/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.js b/src/constants.js index 84d6cf8..4a1b894 100644 --- a/src/constants.js +++ b/src/constants.js @@ -35,6 +35,7 @@ export const DEFAULT_DICTIONARY = { partOfSpeech: '', definition: '', details: '', + etymology: [], wordId: 0 }, */ ],