From 2022cb88e495b2de1d868b1d0905adf7c6d9e49c Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 22 Dec 2017 12:40:40 -0700 Subject: [PATCH] Fix missing GrammarDisplay reference that somehow happened --- .../display/DictionaryDetails/DetailsSection/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/display/DictionaryDetails/DetailsSection/index.jsx b/src/components/display/DictionaryDetails/DetailsSection/index.jsx index e3ada83..943875c 100644 --- a/src/components/display/DictionaryDetails/DetailsSection/index.jsx +++ b/src/components/display/DictionaryDetails/DetailsSection/index.jsx @@ -9,6 +9,7 @@ import './styles.scss'; import { GeneralDisplay } from './GeneralDisplay'; import { PhonologyDisplay } from './PhonologyDisplay'; import { OrthographyDisplay } from './OrthographyDisplay'; +import { GrammarDisplay } from './GrammarDisplay'; export class DetailsSection extends Component { constructor (props) {