Skip to content

Commit

Permalink
fix(theme): fixed failed e2e test
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #53
  • Loading branch information
jibinycricket committed May 31, 2021
1 parent 1f66126 commit 23e2eed
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
import {
ThemeModule,
ThemeContext,
ThemeOnReady,
} from '<%= importPath %>/core';

import './cart.template.scss';

export class CartTemplate extends ThemeModule implements ThemeOnReady {
constructor(context: ThemeContext) {
super(context);
}

onReady() {
console.log('Cart Template: onReady() called');
}
}

0 comments on commit 23e2eed

Please sign in to comment.