Skip to content

Commit

Permalink
Optimize bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 9, 2021
1 parent bcb9837 commit fbec99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/internal/StacMixin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Utils from '../../utils';
import Versions from '@openeo/js-commons/src/versions';
import { Versions } from '@openeo/js-commons';

const IMAGE_MEDIA_TYPES = ['image/apng', 'image/gif', 'image/png', 'image/jpeg', 'image/webp'];
const IMAGE_EXTENSIONS = ['gif', 'png', 'jpg', 'jpeg', 'webp'];
Expand Down
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CommonUtils from '@openeo/js-commons/src/utils';
import { Utils as CommonUtils } from '@openeo/js-commons';
import Loading from './components/internal/Loading.vue';
import Errored from './components/internal/Errored.vue';

Expand Down

0 comments on commit fbec99c

Please sign in to comment.