You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move import at the top to prevent eslint error (#478)
By doing this it fixes the following error
```
ERROR Failed to compile with 1 errors
error in ./src/router/index.js
✘ https://google.com/#q=import%2Ffirst Import in body of module; reorder to top
/Users/asumaran/www/my-project/src/router/index.js:6:1
import Hello from 'components/Hello';
^
✘ 1 problem (1 error, 0 warnings)
```
0 commit comments