Markdown editor

This commit is contained in:
2024-08-20 14:56:51 -06:00
parent e42a938b13
commit d17ff63662
7 changed files with 393 additions and 4 deletions

5
app/testing/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { MDEditor } from "@/components/mdeditor";
export default function Testing() {
return <MDEditor />;
}