Skip to content

Commit

Permalink
fix(soffit-pwa): remove additional mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Feb 6, 2023
1 parent 5aa6aaa commit 2ad80c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniquely/soffit-pwa/src/supply-chain-box.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {LocalizeMixin, customElement, html, state} from '@alwatr/element';
import {customElement, html, state} from '@alwatr/element';
import {message} from '@alwatr/i18n';

import {AlwatrLotteryBox} from './lottery-box.js';
Expand All @@ -17,7 +17,7 @@ declare global {
* Soffit supply chain box element
*/
@customElement('alwatr-supply-chain-box')
export class AlwatrSupplyChainBox extends LocalizeMixin(AlwatrLotteryBox) {
export class AlwatrSupplyChainBox extends AlwatrLotteryBox {
@state() override iconBoxContent: IconBoxContent = {
icon: 'infinite-outline',
headline: message('supply_chain_form'),
Expand Down

0 comments on commit 2ad80c0

Please sign in to comment.