Mercurial
Mercurial
>
irinotes
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
client/src/store/noteRecord.js
author
Alexandre Segura <mex.zktk@gmail.com>
Wed, 31 May 2017 17:25:03 +0200
changeset 9
bb8daf87c1de
parent 3
3b5d37d84cfe
child 12
48ddaa42b810
permissions
-rw-r--r--
Add .editorconfig
import
Immutable
from
'immutable'
;
export
default
Immutable
.
Record
({
id
:
''
,
text
:
''
});