mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Removed unused NFT Card files
https://github.com/TryGhost/Team/issues/1211 These were added before we made the NFT card a subset of the Embed card.
This commit is contained in:
parent
c4643314f3
commit
8dd02d2ed3
@ -1 +0,0 @@
|
||||
{{yield}}
|
@ -1,8 +0,0 @@
|
||||
import Component from '@glimmer/component';
|
||||
|
||||
export default class KoenigCardNftComponent extends Component {
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
this.args.registerComponent(this);
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
export {default} from 'koenig-editor/components/koenig-card-nft';
|
Loading…
Reference in New Issue
Block a user