hino
/
app
/
controllers
/
home
/
about.js
about.js
Raw
import
Controller from
'@ember/controller'
;
export
default
Controller
.
extend
(
{
}
)
;