Fix missing GrammarDisplay reference that somehow happened
This commit is contained in:
parent
79b14bd62b
commit
2022cb88e4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue