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:
Fabien O'Carroll 2021-11-18 14:29:23 +02:00
parent c4643314f3
commit 8dd02d2ed3
3 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
import Component from '@glimmer/component';
export default class KoenigCardNftComponent extends Component {
constructor() {
super(...arguments);
this.args.registerComponent(this);
}
}

View File

@ -1 +0,0 @@
export {default} from 'koenig-editor/components/koenig-card-nft';