8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
export const selectGame = state => state.game;
|