"use client"

import { TestimonialEditor } from "@/components/markatty/testimonial-editor"

export default function Page() {
  return <TestimonialEditor mode="create" />
}
