@things-factory/integration-sellercraft 7.0.1-alpha.83 → 7.0.1-alpha.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,10 @@ import '@things-factory/form-ui'
3
3
  import gql from 'graphql-tag'
4
4
  import { css, html } from 'lit'
5
5
 
6
- import { i18next, localize } from '@things-factory/i18n-base'
6
+ import { i18next, localize } from '@operato/i18n'
7
7
  import { client, CustomAlert, gqlContext, navigate, PageView } from '@things-factory/shell'
8
8
  import { CommonButtonStyles, ScrollbarStyles } from '@things-factory/styles'
9
- import { isMobileDevice } from '@things-factory/utils'
9
+ import { isMobileDevice } from '@operato/utils'
10
10
 
11
11
  class SellercraftStore extends localize(i18next)(PageView) {
12
12
  static get styles() {