feat: add SimpleCardContent

Related: #129
This commit is contained in:
LuanRT
2022-08-04 02:16:12 -03:00
parent a788c9c80f
commit 3ff3d3c633
2 changed files with 31 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ import { default as SecondarySearchContainer } from './classes/SecondarySearchCo
import { default as SectionList } from './classes/SectionList';
import { default as Shelf } from './classes/Shelf';
import { default as ShowingResultsFor } from './classes/ShowingResultsFor';
import { default as SimpleCardContent } from './classes/SimpleCardContent';
import { default as SimpleCardTeaser } from './classes/SimpleCardTeaser';
import { default as SingleActionEmergencySupport } from './classes/SingleActionEmergencySupport';
import { default as SingleColumnBrowseResults } from './classes/SingleColumnBrowseResults';
@@ -416,6 +417,7 @@ const map: Record<string, YTNodeConstructor> = {
SectionList,
Shelf,
ShowingResultsFor,
SimpleCardContent,
SimpleCardTeaser,
SingleActionEmergencySupport,
SingleColumnBrowseResults,