wip
This commit is contained in:
@@ -32,7 +32,7 @@ export default (mios: MiOS) => {
|
||||
route('*', notFound);
|
||||
|
||||
function index() {
|
||||
mios.isSignedin ? home() : entrance();
|
||||
mios.isSignedIn ? home() : entrance();
|
||||
}
|
||||
|
||||
function home() {
|
||||
|
Reference in New Issue
Block a user