mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05: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
3 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue