Skip to content

Commit

Permalink
Remove unused import and make lint pass
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Dec 11, 2021
1 parent 1cf98be commit 0c0aeba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion components/AppLayout/AppHeader.js
Expand Up @@ -30,7 +30,6 @@ import Avatar from './Widgets/Avatar';
import LevelProgressBar from './Widgets/LevelProgressBar';

import { NAVBAR_HEIGHT, TABS_HEIGHT } from 'constants/size';
import { EDITOR_FACEBOOK_GROUP } from 'constants/urls';
import desktopLogo from './images/logo-desktop.svg';
import mobileLogo from './images/logo-mobile.svg';

Expand Down
7 changes: 1 addition & 6 deletions components/AppLayout/AppSidebar.js
Expand Up @@ -14,12 +14,7 @@ import {
} from '@material-ui/core';
import Avatar from './Widgets/Avatar';
import LevelProgressBar from './Widgets/LevelProgressBar';
import {
EDITOR_FACEBOOK_GROUP,
PROJECT_HACKFOLDR,
CONTACT_EMAIL,
LINE_URL,
} from 'constants/urls';
import { PROJECT_HACKFOLDR, CONTACT_EMAIL, LINE_URL } from 'constants/urls';
import NavLink from 'components/NavLink';
import Ribbon from 'components/Ribbon';
import ProfileLink from 'components/ProfileLink';
Expand Down

0 comments on commit 0c0aeba

Please sign in to comment.