Skip to content

Commit 86d78d7

Browse files
committed
Reorder imports
1 parent 9e42df6 commit 86d78d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/client/core/components/TestNavBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
2-
import { shallowRender } from 'tests/client/helpers';
32
import { Link } from 'react-router';
43

4+
import { shallowRender } from 'tests/client/helpers';
55
import { NavBar, NavBarItem, NavBarLink } from 'core/components/NavBar';
66

77
describe('<NavBarItem />', () => {

tests/client/search/components/TestNavBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react';
2-
import { shallowRender } from 'tests/client/helpers';
32

43
import { NavBar, NavBarLink } from 'core/components/NavBar';
54
import SearchNavBar from 'search/components/NavBar';
5+
import { shallowRender } from 'tests/client/helpers';
66

77
describe('<SearchNavBar />', () => {
88
it('renders a link to Search', () => {

0 commit comments

Comments
 (0)