Removed extra characters

This commit is contained in:
Camerin 2021-09-22 14:00:36 -04:00
parent f6746840ba
commit 2303dd1aa0
1 changed files with 0 additions and 4 deletions

View File

@ -3,11 +3,7 @@ import { connect } from 'react-redux';
import './css/Github.css';
import {getRepos, getRepoLanguages} from '../actions';
import Theater from './Theater';
<<<<<<< HEAD
import _ from 'lodash';
=======
>>>>>>> 2454172a37ea260dff0829b5bead236b53ce5a2d
class Github extends React.Component {
componentDidMount() {