git.bytex64.net/niven/
summary
history
branches
files
/src/Controller.js
export
default
class
Controller
{
constructor
(
appState
)
{
this
.
state
=
appState
;
}
}