hino
/
app
/
routes
/
home
/
about.js
about.js
Raw
import
Route from
'@ember/routing/route'
;
export
default
Route
.
extend
(
{
}
)
;