mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import React from "react"
|
|
import config from "config"
|
|
|
|
export default (props) => {
|
|
window.app.setLocation(config.app?.mainPath ?? "/home")
|
|
return <div />
|
|
} |