Skip to content

Commit

Permalink
chore(web): tidy up references and restore files
Browse files Browse the repository at this point in the history
  • Loading branch information
AshDyson committed Jun 6, 2024
1 parent abeea9f commit 1bb55eb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/pages/admin/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import { connect } from 'react-redux';

import Carousel from '../../components/carousel';
import Carousel from '../../components/Carousel';
import media from '../../services/media.service';
import typo from '../../styles/components/typography.module.scss';
import styles from '../../styles/views/admin.module.scss';
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/movie/[pid].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import NotFound from '../404';
import { ReactComponent as IssueIcon } from '../../assets/svg/issue.svg';
import { ReactComponent as TrailerIcon } from '../../assets/svg/v1/trailer.svg';
import { ReactComponent as WatchlistIcon } from '../../assets/svg/watchlist.svg';
import Carousel from '../../components/carousel';
import Carousel from '../../components/Carousel';
import Critics from '../../components/critics';
import Hero from '../../components/hero';
import IssueModal from '../../components/issueModal';
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/people/[pid].js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'react-lazy-load-image-component/src/effects/opacity.css';
import { connect } from 'react-redux';
import { useParams } from 'react-router-dom';

import Carousel from '../../components/carousel';
import Carousel from '../../components/Carousel';
import { Loading } from '../../components/loading';
import Meta from '../../components/meta';
import media from '../../services/media.service';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/pages/tv/[pid].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import NotFound from '../404';
import { ReactComponent as IssueIcon } from '../../assets/svg/issue.svg';
import { ReactComponent as TrailerIcon } from '../../assets/svg/trailer.svg';
import { ReactComponent as WatchlistIcon } from '../../assets/svg/watchlist.svg';
import Carousel from '../../components/carousel';
import Carousel from '../../components/Carousel';
import Critics from '../../components/critics';
import Episodes from '../../components/episodes';
import Hero from '../../components/hero';
Expand Down

0 comments on commit 1bb55eb

Please sign in to comment.