mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
index move to mainPath
This commit is contained in:
parent
89a5f9ffae
commit
480d5eefd6
@ -1,5 +1,7 @@
|
||||
import React from "react"
|
||||
import config from "config"
|
||||
|
||||
export default (props) => {
|
||||
return window.app.setLocation("/main")
|
||||
window.app.setLocation(config.app?.mainPath ?? "/home")
|
||||
return <div />
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user