UNPKG
@difizen/magent-au
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-au
/
es
/
views
/
sessions
/
module.js
4 lines
•
245 B
JavaScript
View Raw
1
2
3
4
import
{
ManaModule
}
from
'@difizen/mana-app'
;
import
{
SessionModule
}
from
"../../session/index.js"
;
import
{
SessionsView
}
from
"./view.js"
;
export
var
SessionsViewModule
=
ManaModule
.
create
().
register
(
SessionsView
).
dependOn
(
SessionModule
);