This repository was archived by the owner on Dec 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11import styles from './AboutPage.module.scss' ;
22
3- import * as React from 'react' ;
3+ import React from 'react' ;
44import { connect } from 'react-redux' ;
55import { selectErrorText } from '../../selectors/error/ErrorSelector' ;
66import ShowsAction from '../../stores/shows/ShowsAction' ;
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { Menu , Segment } from 'semantic-ui-react' ;
33import MenuNavLink from './components/MenuNavLink' ;
44import RouteEnum from '../../../constants/RouteEnum' ;
Original file line number Diff line number Diff line change 11import { NavLink } from 'react-router-dom' ;
2- import * as React from 'react' ;
2+ import React from 'react' ;
33
44const MenuNavLink = ( props ) => {
55 return < NavLink exact = { true } { ...props } activeClassName = "active" /> ;
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { connect } from 'react-redux' ;
33import ShowsAction from '../../stores/shows/ShowsAction' ;
44import { selectEpisodes } from '../../selectors/episodes/EpisodesSelector' ;
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { Image , Table } from 'semantic-ui-react' ;
33
44export default class EpisodesTableRow extends React . PureComponent {
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { Header , Table } from 'semantic-ui-react' ;
33import EpisodesTableRow from '../episodes-table-row/EpisodesTableRow' ;
44
Original file line number Diff line number Diff line change 11import styles from './HomePage.module.scss' ;
22
3- import * as React from 'react' ;
3+ import React from 'react' ;
44import { connect } from 'react-redux' ;
55import ShowsAction from '../../stores/shows/ShowsAction' ;
66import Actors from './components/actors/Actors' ;
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { connect } from 'react-redux' ;
33import { Card } from 'semantic-ui-react' ;
44import ShowsAction from '../../../../stores/shows/ShowsAction' ;
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { Card , Image } from 'semantic-ui-react' ;
33import { oc } from 'ts-optchain' ;
44
Original file line number Diff line number Diff line change 1- import * as React from 'react' ;
1+ import React from 'react' ;
22import { connect } from 'react-redux' ;
33import { Item } from 'semantic-ui-react' ;
44import { oc } from 'ts-optchain' ;
You can’t perform that action at this time.
0 commit comments