Skip to content

Commit

Permalink
Fix Casing
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDevSimplified committed Jun 15, 2023
1 parent 43242e3 commit afeef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blogComponents/markdownEditor/MarkdownEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ScrollSync, ScrollSyncPane } from "react-scroll-sync"
import remarkGfm from "remark-gfm"
import rehypeRaw from "rehype-raw"
import "github-markdown-css/github-markdown-dark.css"
import "./markdownEditor.css"
import "./MarkdownEditor.css"

export default function MarkdownEditor({
initialValue = "",
Expand Down

0 comments on commit afeef91

Please sign in to comment.