import DeprecatedJsonToHtml from "@/components/DeprecatedJsonToHtml"
import { renderOptions } from "./../currentRenderOptions"
import type { TextProps } from "@/types/components/current/blocks/text"
export default function Text({ text }: TextProps) {
return (
)
}