Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit eb4c543

Browse files
committed
refactor: sort imports
1 parent a04913d commit eb4c543

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Application/components/Authorized/components/Dashboard/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
import { update as reducer } from './update'
32
import { view as component } from './view'
3+
import { update as reducer } from './update'
44

55
export const route = {
66
path: 'dashboard',

src/Application/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11

22
export * from './route'
3-
// export * from './update'
43
export * from './view'

src/Application/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import { route as authorizedRoute } from './components/Authorized'
3-
import { route as loginRoute } from './components/Login'
43
import { view as component } from './view'
4+
import { route as loginRoute } from './components/Login'
55

66
export const route = {
77
path: '/',

0 commit comments

Comments
 (0)