use default exports and not named exports
This commit is contained in:
@@ -4,7 +4,7 @@ import { Quote } from "lucide-react";
|
||||
import { Testimonials, type TestimonialsProps } from "@/components/testimonials/testimonials";
|
||||
import { frontendAiMediaAdapter } from "@/services/media-adapter";
|
||||
|
||||
export const testimonialsEditor: ComponentConfig<TestimonialsProps> = {
|
||||
const testimonialsEditor: ComponentConfig<TestimonialsProps> = {
|
||||
label: "Testimonials",
|
||||
icon: <Quote size={16} />,
|
||||
category: "content",
|
||||
@@ -56,3 +56,5 @@ export const testimonialsEditor: ComponentConfig<TestimonialsProps> = {
|
||||
},
|
||||
render: (props) => <Testimonials {...props} />,
|
||||
};
|
||||
|
||||
export default testimonialsEditor;
|
||||
|
||||
Reference in New Issue
Block a user