mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 08:56:41 +07:00
added fonts and icons
This commit is contained in:
parent
1377d25403
commit
d7a09b2729
20 changed files with 694 additions and 18 deletions
|
@ -11,7 +11,7 @@ interface MarkdownEditorContainerProps {
|
|||
export const MarkdownEditorContainer: FC<MarkdownEditorContainerProps> = ({
|
||||
id,
|
||||
}) => {
|
||||
const [value, setValue] = usePersistedValue(id);
|
||||
const [value, setValue] = usePersistedValue(id, "MarkdownEditorContainer");
|
||||
|
||||
return (
|
||||
<div className={styles.editor}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue