What will be removed, is removed

This commit is contained in:
Marshall Polaris 2022-08-05 21:28:29 -07:00
parent d43b9e1836
commit 27c245faf0

View File

@ -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')
}