Skip to content

Commit afeef91

Browse files
Fix Casing
1 parent 43242e3 commit afeef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blogComponents/markdownEditor/MarkdownEditor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ScrollSync, ScrollSyncPane } from "react-scroll-sync"
44
import remarkGfm from "remark-gfm"
55
import rehypeRaw from "rehype-raw"
66
import "github-markdown-css/github-markdown-dark.css"
7-
import "./markdownEditor.css"
7+
import "./MarkdownEditor.css"
88

99
export default function MarkdownEditor({
1010
initialValue = "",

0 commit comments

Comments
 (0)