What will be removed, is removed
This commit is contained in:
parent
d43b9e1836
commit
27c245faf0
|
@ -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