pre-rebase?

This commit is contained in:
StefanWout 2024-09-12 10:27:13 +01:00
parent 18840cebfe
commit fbaa5349d4

View file

@ -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();