moved temp loading page

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-14 15:35:33 +01:00
parent 016323cd4a
commit cdcaab7211
2 changed files with 1 additions and 4 deletions

View file

@ -125,7 +125,7 @@ export const SubmitPlan = ({
// We could also trigger it inside of mutateUploadCsv but the nested nature is kind of ugly
console.log("Redirect user to loading page");
router.push("/portfolio/temp-loading");
router.push("/temp-loading");
};
return (

View file

@ -1,3 +0,0 @@
export default async function () {
return <h1>This is a temporary loading screen</h1>;
}