File tree 6 files changed +4
-4
lines changed
6 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { useEffect , useState } from 'react' ;
2
2
import { connect } from 'react-redux' ;
3
3
4
- import Carousel from '../../components/carousel ' ;
4
+ import Carousel from '../../components/Carousel ' ;
5
5
import media from '../../services/media.service' ;
6
6
import typo from '../../styles/components/typography.module.scss' ;
7
7
import styles from '../../styles/views/admin.module.scss' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import NotFound from '../404';
8
8
import { ReactComponent as IssueIcon } from '../../assets/svg/issue.svg' ;
9
9
import { ReactComponent as TrailerIcon } from '../../assets/svg/v1/trailer.svg' ;
10
10
import { ReactComponent as WatchlistIcon } from '../../assets/svg/watchlist.svg' ;
11
- import Carousel from '../../components/carousel ' ;
11
+ import Carousel from '../../components/Carousel ' ;
12
12
import Critics from '../../components/critics' ;
13
13
import Hero from '../../components/hero' ;
14
14
import IssueModal from '../../components/issueModal' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import 'react-lazy-load-image-component/src/effects/opacity.css';
4
4
import { connect } from 'react-redux' ;
5
5
import { useParams } from 'react-router-dom' ;
6
6
7
- import Carousel from '../../components/carousel ' ;
7
+ import Carousel from '../../components/Carousel ' ;
8
8
import { Loading } from '../../components/loading' ;
9
9
import Meta from '../../components/meta' ;
10
10
import media from '../../services/media.service' ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import NotFound from '../404';
8
8
import { ReactComponent as IssueIcon } from '../../assets/svg/issue.svg' ;
9
9
import { ReactComponent as TrailerIcon } from '../../assets/svg/trailer.svg' ;
10
10
import { ReactComponent as WatchlistIcon } from '../../assets/svg/watchlist.svg' ;
11
- import Carousel from '../../components/carousel ' ;
11
+ import Carousel from '../../components/Carousel ' ;
12
12
import Critics from '../../components/critics' ;
13
13
import Episodes from '../../components/episodes' ;
14
14
import Hero from '../../components/hero' ;
You can’t perform that action at this time.
0 commit comments