Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 12, 2023
1 parent c441e22 commit bc2e284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@ import "@uiw/react-markdown-preview/markdown.css";
import dynamic from "next/dynamic";
import { useState } from "react";

import * as commands from "@uiw/react-md-editor/commands"

const MDEditor = dynamic(
() => import("@uiw/react-md-editor"),
{ ssr: false }
Expand Down

1 comment on commit bc2e284

@vercel
Copy link

@vercel vercel bot commented on bc2e284 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.