mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
0b360c3383
no issue - switching to Ember "Octane" patterns
9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
import Component from '@glimmer/component';
|
|
|
|
export default class KoenigCardPaywallComponent extends Component {
|
|
constructor() {
|
|
super(...arguments);
|
|
this.args.registerComponent(this);
|
|
}
|
|
}
|