Skip to content

Commit b01bec4

Browse files
update file system and many more
1 parent 31185df commit b01bec4

File tree

7 files changed

+512
-62
lines changed

7 files changed

+512
-62
lines changed

package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"react-markdown": "^9.0.1",
2222
"react-resizable": "^3.0.5",
2323
"react-syntax-highlighter": "^15.5.0",
24+
"react-toastify": "^11.0.5",
2425
"rehype-katex": "^6.0.3",
2526
"remark-gfm": "^3.0.1",
2627
"remark-math": "^5.1.1"

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ function App() {
267267
onChange={(value) => setEditorContent(value || "")}
268268
liveCodeOutput={liveCodeOutput}
269269
apiKey={apiKey}
270+
fontSize={settings.fontSize}
270271
/>
271272
</div>
272273
</div>

0 commit comments

Comments
 (0)