@things-factory/integration-accounting 9.1.19 → 10.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,5 @@
1
1
  import gql from 'graphql-tag'
2
2
  import { css, html } from 'lit'
3
- import { connect } from 'pwa-helpers/connect-mixin.js'
4
-
5
3
  import { client, PageView, store } from '@things-factory/shell'
6
4
 
7
5
  import LOGO from '../../assets/images/xero-logo.png'
@@ -21,7 +19,7 @@ const ACCOUNT_RESULT = `{
21
19
  accountInfo
22
20
  }`
23
21
 
24
- class AccountXero extends connect(store)(PageView) {
22
+ class AccountXero extends PageView {
25
23
  static get styles() {
26
24
  return css`
27
25
  :host {