Removed unused index.js in panel folder

• Removed:
- unused index.js in panel folder
This commit is contained in:
mgabdev 2020-07-24 18:51:25 -05:00
parent a48eb1d3a3
commit 6b3b488234
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import SignUpPanel from './sign_up_panel';
import TrendsPanel from './trends_panel';
import WhoToFollowPanel from './who_to_follow_panel';
export {
SignUpPanel,
TrendsPanel,
WhoToFollowPanel,
}