We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83fd5 commit 0fda02aCopy full SHA for 0fda02a
addon/components/es-link-card.js
@@ -1,4 +1,4 @@
1
-import EsCard from './es-card';
+import Component from '@glimmer/component';
2
3
-export default class EsLinkCard extends EsCard {
+export default class EsLinkCardComponent extends Component {
4
}
app/components/es-link-card.js
@@ -1 +1 @@
-export { default } from 'ember-styleguide/components/es-link-card';
+export { default } from 'ember-styleguide/components/es-link-card';
0 commit comments