Fix missing GrammarDisplay reference that somehow happened

This commit is contained in:
Robbie Antenesse 2017-12-22 12:40:40 -07:00
parent 79b14bd62b
commit 2022cb88e4
1 changed files with 1 additions and 0 deletions

View File

@ -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) {