wip
This commit is contained in:
parent
29b1541a8e
commit
08ee9e4eaf
14 changed files with 193 additions and 29 deletions
|
|
@ -23,7 +23,7 @@ export default (mios: MiOS) => {
|
|||
route('*', notFound);
|
||||
|
||||
function index() {
|
||||
mios.isSignedin ? home() : entrance();
|
||||
mios.isSignedIn ? home() : entrance();
|
||||
}
|
||||
|
||||
function home() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue