2024-08-20 14:56:51 -06:00

6 lines
112 B
TypeScript

import { MDEditor } from "@/components/mdeditor";
export default function Testing() {
return <MDEditor />;
}