Skip to content
Snippets Groups Projects
Commit 99d58fea authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix incorrect import of SearchBar instead of SelectionModule

parent e6d7cd5c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
import DateFilter from './date_filter.react';
import Icon from './icon.react';
import SelectionModule from './search_bar.react';
import SelectionModule from './selection_module.react';
export default React.createClass({
displayName: 'SortWidget',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment