We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c1a5e commit 0decbabCopy full SHA for 0decbab
frontend/src/components/Testimonials.js
@@ -8,9 +8,10 @@ import ListItem from '@mui/material/ListItem';
8
import ListItemAvatar from '@mui/material/ListItemAvatar';
9
import ListItemText from '@mui/material/ListItemText';
10
import Typography from '@mui/material/Typography';
11
-import TextIcon from '@mui/icons-material/TextSmsOutlined';
12
import { useTheme } from '@mui/material/styles';
13
+import TextIcon from '@mui/icons-material/TextSmsOutlined';
14
+
15
axios.defaults.xsrfCookieName = 'csrftoken';
16
axios.defaults.xsrfHeaderName = 'X-CSRFToken';
17
0 commit comments