1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-10 13:40:29 +02:00

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

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