Update to use react-editor <App /> component

This commit is contained in:
Rami Bitar
2026-05-03 16:22:24 -04:00
parent a78249846a
commit 757118706e
51 changed files with 2294 additions and 2190 deletions

View File

@@ -1,25 +1,25 @@
import { Config, Data } from "@reacteditor/core";
import { HeroProps } from "@/editor/components/hero/hero.editor";
import { LogosProps } from "@/editor/components/logos/logos.editor";
import { FeaturesProps } from "@/editor/components/features/features.editor";
import { TestimonialsProps } from "@/editor/components/testimonials/testimonials.editor";
import { CTAProps } from "@/editor/components/cta/cta.editor";
import { FAQProps } from "@/editor/components/faq/faq.editor";
import { NavigationProps } from "@/editor/components/navigation/navigation.editor";
import { FooterProps } from "@/editor/components/footer/footer.editor";
import { HeroProps } from "@/editor/components/hero/hero";
import { LogosProps } from "@/editor/components/logos/logos";
import { FeaturesProps } from "@/editor/components/features/features";
import { TestimonialsProps } from "@/editor/components/testimonials/testimonials";
import { CTAProps } from "@/editor/components/cta/cta";
import { FAQProps } from "@/editor/components/faq/faq";
import { NavigationProps } from "@/editor/components/navigation/navigation";
import { FooterProps } from "@/editor/components/footer/footer";
import { ProductsGridProps } from "@/editor/components/commerce/products-grid.editor";
import { ProductsCarouselProps } from "@/editor/components/commerce/products-carousel.editor";
import { CollectionGridProps } from "@/editor/components/commerce/collection-grid.editor";
import { CollectionProps } from "@/editor/components/commerce/collection.editor";
import { ProductDetailsProps } from "@/editor/components/commerce/product-details.editor";
import { RecommendedProductsProps } from "@/editor/components/commerce/recommended-products.editor";
import { FeaturedProductProps } from "@/editor/components/commerce/featured-product.editor";
import { ProductsGridProps } from "@/editor/components/commerce/products-grid";
import { ProductsCarouselProps } from "@/editor/components/commerce/products-carousel";
import { CollectionGridProps } from "@/editor/components/commerce/collection-grid";
import { CollectionProps } from "@/editor/components/commerce/collection";
import { ProductDetailsProps } from "@/editor/components/commerce/product-details";
import { RecommendedProductsProps } from "@/editor/components/commerce/recommended-products";
import { FeaturedProductProps } from "@/editor/components/commerce/featured-product";
import { BannerProps } from "@/editor/components/landing/banner.editor";
import { NewsletterCtaProps } from "@/editor/components/landing/newsletter-cta.editor";
import { ImageGalleryProps } from "@/editor/components/landing/image-gallery.editor";
import { BannerProps } from "@/editor/components/landing/banner";
import { NewsletterCtaProps } from "@/editor/components/landing/newsletter-cta";
import { ImageGalleryProps } from "@/editor/components/landing/image-gallery";
import { RootProps } from "./root";