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