mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
removed unnecessary back
This commit is contained in:
parent
f1132f6205
commit
2775477363
1 changed files with 1 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
|||
import RemoteAssessmentClient from "./RemoteAssessmentClient";
|
||||
import {
|
||||
getPortfolio,
|
||||
getPortfolioScenarios,
|
||||
} from "@/app/portfolio/[slug]/utils";
|
||||
import BackButton from "@/app/portfolio/[slug]/remote-assessment/BackButton";
|
||||
import { getPortfolioScenarios } from "@/app/portfolio/[slug]/utils";
|
||||
|
||||
export default async function RemoteAssessmentPage(props: {
|
||||
params: Promise<{ slug: string }>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue