Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed May 25, 2020
1 parent d33cc79 commit ff2f142
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions demo/src/Aside.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ import {
SidebarFooter,
SidebarContent,
} from 'react-pro-sidebar';
import {
FaTachometerAlt,
FaGem,
FaList,
FaProjectDiagram,
FaGithub,
FaRegLaughWink,
FaHeart,
} from 'react-icons/fa';
import { FaTachometerAlt, FaGem, FaList, FaGithub, FaRegLaughWink, FaHeart } from 'react-icons/fa';
import sidebarBg from './assets/bg1.jpg';

const Aside = ({ image, collapsed, rtl }) => {
Expand Down

0 comments on commit ff2f142

Please sign in to comment.