commit
e7d37f342c
@ -0,0 +1 @@
|
|||||||
|
export const state = (state) => state.a
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
"use strict";
|
||||||
|
|
||||||
|
Object.defineProperty(exports, "__esModule", {
|
||||||
|
value: true
|
||||||
|
});
|
||||||
|
var state = exports.state = function state(_state) {
|
||||||
|
return _state.a;
|
||||||
|
};
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"presets": ["es2015"]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user