Skip to content

Commit 9c7491b

Browse files
committed
code adjustments, update gitignore
1 parent b1259dc commit 9c7491b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ typings/
8080
npm-debug.log*
8181
yarn-debug.log*
8282
yarn-error.log*
83+
.idea

src/state/navigationReducer.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
import { FOCUS_COMPONENT, NAVIGATION_DOWN, NAVIGATION_UP, NAVIGATION_LEFT, NAVIGATION_RIGHT, ACTIVATE_POINTER, DEACTIVATE_POINTER } from './actions';
1+
import {
2+
FOCUS_COMPONENT,
3+
NAVIGATION_DOWN,
4+
NAVIGATION_UP,
5+
NAVIGATION_LEFT,
6+
NAVIGATION_RIGHT,
7+
ACTIVATE_POINTER,
8+
DEACTIVATE_POINTER
9+
} from './actions';
210

311
const defaultState = {
412
pointerActive: false

0 commit comments

Comments
 (0)