mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
pre-rebase?
This commit is contained in:
parent
18840cebfe
commit
fbaa5349d4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ interface CardProps {
|
|||
image: string;
|
||||
budget: number | null;
|
||||
status: (typeof PortfolioStatus)[number];
|
||||
}
|
||||
};
|
||||
|
||||
const Card = ({ id, title, image, budget, status }: CardProps) => {
|
||||
const router = useRouter();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue