mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
const HomePage = () => {
|
|
return app.location.push("/timeline")
|
|
}
|
|
|
|
export default HomePage |