Removed .js from all imports to smooth ts migration
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="js">
|
||||
import treeNodeViewMixin from '/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin.js';
|
||||
import treeNodeViewMixin from '/imports/client/ui/properties/treeNodeViews/treeNodeViewMixin';
|
||||
|
||||
export default {
|
||||
name: 'ReferenceTreeNode',
|
||||
|
||||
Reference in New Issue
Block a user