6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { MDEditor } from "@/components/mdeditor";
|
|
|
|
export default function Testing() {
|
|
return <MDEditor />;
|
|
}
|