Removed .js from all imports to smooth ts migration
This commit is contained in:
@@ -14,7 +14,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 {
|
||||
mixins: [treeNodeViewMixin],
|
||||
|
||||
Reference in New Issue
Block a user