GithubRepos import is no longer needed

This commit is contained in:
Camerin Figueroa 2022-02-14 13:47:58 -05:00
parent b8348d0705
commit 8bb1293a46
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import { Link } from 'react-router-dom';
import './css/About.css';
import Theater from './subcomponents/Theater';
import Card from './subcomponents/Card';
import GithubRepos from './subcomponents/GithubRepos';
class About extends React.Component {
/**