Skip to content

Commit 3a5d934

Browse files
committed
fixed semicolon
1 parent 182909b commit 3a5d934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/store/reducers/initialState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { RouterState } from 'connected-react-router';
22

33
export default {
44
router: { } as RouterState
5-
}
5+
};

0 commit comments

Comments
 (0)