Skip to content

Commit

Permalink
Fix React import
Browse files Browse the repository at this point in the history
Signed-off-by: Florent MILLOT <millotflo@gmail.com>
  • Loading branch information
flomillot committed Feb 5, 2024
1 parent dac6ea1 commit 3238fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CardErrorBoundary/card-error-boundary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3238fcc

Please sign in to comment.