Skip to content

Commit

Permalink
Rename Dropdown source file to match React conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
flovouin committed Dec 31, 2020
1 parent 786223d commit d7a4e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable import/prefer-default-export */
import TopAppBar from './components/TopAppBar.react';
import Dropdown from './components/Dropdown';
import Dropdown from './components/Dropdown.react';
import MainContentDrawer from './components/MainContentDrawer.react';
import TopAppBar from './components/TopAppBar.react';

export {
Dropdown,
Expand Down

0 comments on commit d7a4e99

Please sign in to comment.