mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
moved temp loading page
This commit is contained in:
parent
016323cd4a
commit
cdcaab7211
2 changed files with 1 additions and 4 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
export default async function () {
|
||||
return <h1>This is a temporary loading screen</h1>;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue