Newer react quill

This commit is contained in:
Ryderjj89
2025-11-25 08:12:32 -05:00
parent e6002d6865
commit 0f631c8755
2 changed files with 3 additions and 4 deletions

View File

@@ -17,14 +17,13 @@
"@mui/icons-material": "^5.14.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"react-quill": "^2.0.0"
"react-quill-new": "^3.3.3"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/axios": "^0.14.0",
"@types/react-quill": "^1.3.10",
"typescript": "^4.9.5",
"react-scripts": "5.0.1"
},

View File

@@ -1,6 +1,6 @@
import React from 'react';
import ReactQuill from 'react-quill';
import 'react-quill/dist/quill.snow.css';
import ReactQuill from 'react-quill-new';
import 'react-quill-new/dist/quill.snow.css';
import { Box, Typography, styled } from '@mui/material';
const StyledEditorContainer = styled(Box)(({ theme }) => ({