Skip to content

Commit

Permalink
Fix: import path change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Sep 25, 2023
1 parent 1f55d31 commit 602c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/CardProps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CarouselData } from '@components/Carousel/carouselData';
import { CardProps as MuiCardProps } from '@mui/material';
import { SplideInstance } from './SplideInterface';
import { CarouselData } from '@containers/Rajhans/carouselData';

export interface CardProps extends MuiCardProps {
component?: React.ElementType;
Expand Down

0 comments on commit 602c32a

Please sign in to comment.