23 lines
394 B
TypeScript
23 lines
394 B
TypeScript
export {
|
|
PersonJsonLd,
|
|
ProfessionalServiceJsonLd,
|
|
BreadcrumbJsonLd,
|
|
WebPageJsonLd,
|
|
FAQJsonLd,
|
|
ServiceJsonLd,
|
|
OrganizationJsonLd,
|
|
ArticleJsonLd,
|
|
WebSiteJsonLd,
|
|
HowToJsonLd,
|
|
ProfilePageJsonLd,
|
|
VideoJsonLd,
|
|
SoftwareAppJsonLd,
|
|
<<<<<<< HEAD
|
|
ContactPageJsonLd,
|
|
CollectionPageJsonLd,
|
|
ItemListJsonLd,
|
|
} from './JsonLd';
|
|
=======
|
|
} from './schemas';
|
|
>>>>>>> origin/master
|