What will be removed, is removed (#721)
This commit is contained in:
parent
98806a806f
commit
85e55312ca
|
@ -1,10 +0,0 @@
|
||||||
import Router from 'next/router'
|
|
||||||
import { redirectIfLoggedOut } from 'web/lib/firebase/server-auth'
|
|
||||||
|
|
||||||
export const getServerSideProps = redirectIfLoggedOut('/')
|
|
||||||
|
|
||||||
// Deprecated: redirects to /portfolio.
|
|
||||||
// Eventually, this will be removed.
|
|
||||||
export default function TradesPage() {
|
|
||||||
Router.replace('/portfolio')
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user