diff --git a/src/components/CardErrorBoundary/card-error-boundary.jsx b/src/components/CardErrorBoundary/card-error-boundary.jsx index ea62b6f6..3fe8b4d1 100644 --- a/src/components/CardErrorBoundary/card-error-boundary.jsx +++ b/src/components/CardErrorBoundary/card-error-boundary.jsx @@ -9,7 +9,7 @@ // https://reactjs.org/docs/error-boundaries.html // https://mui.com/material-ui/react-card/#complex-interaction -import * as React from 'react'; +import React from 'react'; import Box from '@mui/material/Box/Box.js'; import Card from '@mui/material/Card/Card.js'; import CardHeader from '@mui/material/CardHeader/CardHeader.js';