Fix typos that prevent building in linux

This commit is contained in:
Andrew Henry
2019-05-24 11:24:43 -07:00
parent 72ea7b80fd
commit d0e08f1d9a
5 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@
<script>
import lodash from 'lodash';
import LadRow from './LadRow.vue';
import LadRow from './LADRow.vue';
export default {
inject: ['openmct', 'domainObject'],