Skip to content

Commit

Permalink
cleaned up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ding-ma committed Aug 29, 2020
1 parent 6a7077a commit b7e7a1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import ReactNotification, {store} from 'react-notifications-component'
import About from "./Components/About";
import Header from "./Components/Header";
import "./App.css"
import EnglishSwitch from "./Translations/EnglishSwitch";
import Resume from "./Components/Resume";
import Portfolio from "./Components/Portfolio";
import Footer from "./Components/Footer";
Expand Down
1 change: 0 additions & 1 deletion src/Components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Button from 'react-bootstrap/Button';
import profile from "../Images/profilepic.jpg"
import "./About.css"
import IntlLabel from "../Translations/InputTranslation";
import {log} from "util";

interface IProps {
handleNotificationSuccess: any
Expand Down

0 comments on commit b7e7a1b

Please sign in to comment.